mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-23 15:35:28 +00:00
FreeBSD compilation target
This commit is contained in:
parent
05429f2d1c
commit
3d0c258c72
@ -101,6 +101,7 @@ var platforms []Platform = []Platform{
|
|||||||
{"darwin", "386", ""},
|
{"darwin", "386", ""},
|
||||||
{"windows", "amd64", ".exe"},
|
{"windows", "amd64", ".exe"},
|
||||||
{"windows", "386", ".exe"},
|
{"windows", "386", ".exe"},
|
||||||
|
{"freebsd", "amd64", ""},
|
||||||
}
|
}
|
||||||
|
|
||||||
// productName can be overridden by environ product name
|
// productName can be overridden by environ product name
|
||||||
|
Loading…
Reference in New Issue
Block a user