- Add %license macro for LICENSE file OBS-URL: https://build.opensuse.org/request/show/708095 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-wrouesnel-postgres_exporter?expand=0&rev=2
15 lines
508 B
Diff
15 lines
508 B
Diff
Index: postgres_exporter-0.4.7/magefile.go
|
|
===================================================================
|
|
--- postgres_exporter-0.4.7.orig/magefile.go
|
|
+++ postgres_exporter-0.4.7/magefile.go
|
|
@@ -97,6 +97,9 @@ func (p *Platform) ReleaseBase() string
|
|
var platforms []Platform = []Platform{
|
|
{"linux", "amd64", ""},
|
|
{"linux", "386", ""},
|
|
+ {"linux", "s390x", ""},
|
|
+ {"linux", "ppc64le", ""},
|
|
+ {"linux", "arm64", ""},
|
|
{"darwin", "amd64", ""},
|
|
{"darwin", "386", ""},
|
|
{"windows", "amd64", ".exe"},
|