1
0
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:
Thomas Skowron
2018-05-22 08:23:37 +02:00
committed by Will Rouesnel
parent 05429f2d1c
commit 3d0c258c72

View File

@@ -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