Skip to content

Commit 84d8cf9

Browse files
committed
Added rpi armv7 as platform to build postgres_exporter on Raspberry PI 3
1 parent 844076c commit 84d8cf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

magefile.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ var platforms []Platform = []Platform{
102102
{"windows", "amd64", ".exe"},
103103
{"windows", "386", ".exe"},
104104
{"freebsd", "amd64", ""},
105+
{"rpi", "armv7", ""},
105106
}
106107

107108
// productName can be overridden by environ product name

0 commit comments

Comments
 (0)