mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-23 15:35:28 +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{
|
var platforms []Platform = []Platform{
|
||||||
{"linux", "amd64", ""},
|
{"linux", "amd64", ""},
|
||||||
{"linux", "386", ""},
|
{"linux", "386", ""},
|
||||||
|
{"linux", "arm64", ""},
|
||||||
{"darwin", "amd64", ""},
|
{"darwin", "amd64", ""},
|
||||||
{"darwin", "386", ""},
|
{"darwin", "386", ""},
|
||||||
{"windows", "amd64", ".exe"},
|
{"windows", "amd64", ".exe"},
|
||||||
|
Loading…
Reference in New Issue
Block a user