Skip to content

Commit 679a2c9

Browse files
update build script
1 parent e2d22bd commit 679a2c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ echo 'building linux-arm64...'
1414
GOOS=linux GOARCH=arm64 go build -o ../bin/linux-arm64/faroe
1515

1616
echo 'building windows-amd64...'
17-
GOOS=windows GOARCH=amd64 go build -o ../bin/windows-amd64/faroe
17+
GOOS=windows GOARCH=amd64 go build -o ../bin/windows-amd64/faroe.exe
1818
echo 'building windows-arm64...'
19-
GOOS=windows GOARCH=arm64 go build -o ../bin/windows-arm64/faroe
19+
GOOS=windows GOARCH=arm64 go build -o ../bin/windows-arm64/faroe.exe
2020

2121
cd ..
2222
cd bin

0 commit comments

Comments
 (0)