mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-11 03:31:26 +00:00
ARM64 platform (#386)
This commit is contained in:
parent
3ecfd46549
commit
aac3b0d919
@ -97,6 +97,7 @@ func (p *Platform) ReleaseBase() string {
|
||||
var platforms []Platform = []Platform{
|
||||
{"linux", "amd64", ""},
|
||||
{"linux", "386", ""},
|
||||
{"linux", "arm64", ""},
|
||||
{"darwin", "amd64", ""},
|
||||
{"darwin", "386", ""},
|
||||
{"windows", "amd64", ".exe"},
|
||||
|
Loading…
Reference in New Issue
Block a user