Skip to content

Commit

Permalink
fix GOOS for linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
benweint committed May 24, 2024
1 parent ffaed82 commit 13522e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- name: Build (linux amd64)
run: go build -v -o gquil_linux_amd64 ./cmd/gquil.go
env:
GOOS: darwin
GOOS: linux
GOARCH: amd64

- name: Build (linux arm64)
run: go build -v -o gquil_linux_arm64 ./cmd/gquil.go
env:
GOOS: darwin
GOOS: linux
GOARCH: arm64

- run: |
Expand Down

0 comments on commit 13522e1

Please sign in to comment.