We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d22bd commit 679a2c9Copy full SHA for 679a2c9
scripts/build.sh
@@ -14,9 +14,9 @@ echo 'building linux-arm64...'
14
GOOS=linux GOARCH=arm64 go build -o ../bin/linux-arm64/faroe
15
16
echo 'building windows-amd64...'
17
-GOOS=windows GOARCH=amd64 go build -o ../bin/windows-amd64/faroe
+GOOS=windows GOARCH=amd64 go build -o ../bin/windows-amd64/faroe.exe
18
echo 'building windows-arm64...'
19
-GOOS=windows GOARCH=arm64 go build -o ../bin/windows-arm64/faroe
+GOOS=windows GOARCH=arm64 go build -o ../bin/windows-arm64/faroe.exe
20
21
cd ..
22
cd bin
0 commit comments