You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-08-09 15:42:47 +03:00
FreeBSD compilation target
This commit is contained in:
committed by
Will Rouesnel
parent
05429f2d1c
commit
3d0c258c72
@@ -101,6 +101,7 @@ var platforms []Platform = []Platform{
|
||||
{"darwin", "386", ""},
|
||||
{"windows", "amd64", ".exe"},
|
||||
{"windows", "386", ".exe"},
|
||||
{"freebsd", "amd64", ""},
|
||||
}
|
||||
|
||||
// productName can be overridden by environ product name
|
||||
|
Reference in New Issue
Block a user