Skip to content

Commit

Permalink
Set architecture for Darwin release
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberj0g committed Aug 17, 2022
1 parent eacc911 commit 1fa7c20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.17

- name: Export platform env
run: |
echo "GOARCH=${{ matrix.arch }}" >> $GITHUB_ENV
- name: Check out code
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 1fa7c20

Please sign in to comment.