Skip to content

Commit be99204

Browse files
authored
build for mac (#170)
1 parent 9c47251 commit be99204

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
- name: Run build script
2727
run: |
2828
CGO_ENABLED=0 GOOS=windows go build -a -o gopher64-netplay-server.exe .
29-
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -a -o gopher64-netplay-server-arm64 .
30-
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o gopher64-netplay-server-amd64 .
29+
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -a -o gopher64-netplay-server-linux-arm64 .
30+
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o gopher64-netplay-server-linux-amd64 .
31+
CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -a -o gopher64-netplay-server-macos-arm64 .
3132
3233
- name: Upload folder
3334
uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)