Skip to content

Commit

Permalink
Finally fix arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed Oct 21, 2021
1 parent fb569b0 commit bc14595
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 bc14595

Please sign in to comment.