Skip to content

Commit

Permalink
Fix build_linux
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianMeersman committed Feb 17, 2024
1 parent 53578fe commit 2c5658e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
with:
go-version: '^1.21.6'
- run: |
GOOS=darwin GOARCH=amd64 go build -buildvcs=false -o bin/supermake_darwin_64
GOOS=linux GOARCH=amd64 go build -buildvcs=false -o bin/supermake_linux_64
GOOS=linux GOARCH=386 go build -buildvcs=false -o bin/supermake_linux_32
- name: 'Upload build artifacts'
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2c5658e

Please sign in to comment.