Skip to content

Commit

Permalink
Merge pull request juanfont#190 from juanfont/fix-arm64
Browse files Browse the repository at this point in the history
Fix arm64 (now for good)
  • Loading branch information
juanfont authored Oct 21, 2021
2 parents ed7b840 + b799635 commit 95bc2ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16

- name: Install dependencies
run: |
sudo apt update
sudo apt install -y gcc-aarch64-linux-gnu
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 95bc2ee

Please sign in to comment.