mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -06:00
build: Fix for renamed package for armv6.
This commit is contained in:
parent
7764f04abf
commit
b48c18a1c5
1
build.go
1
build.go
@ -361,6 +361,7 @@ func createPackage(options linuxPackageOptions) {
|
||||
fmt.Printf("pkgArch is set to '%s', generated arch is '%s'\n", pkgArch, options.packageArch)
|
||||
if pkgArch == "armv6" {
|
||||
name += "-rpi"
|
||||
args = append(args, "--replaces", "grafana")
|
||||
}
|
||||
args = append(args, "--name", name)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user