File architectures.patch of Package golang-github-wrouesnel-postgres_exporter.11261
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"},