Skip to content

Commit

Permalink
set cross-compiler for arm.
Browse files Browse the repository at this point in the history
  • Loading branch information
peanut996 committed May 3, 2024
1 parent a012380 commit 16f3c31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
fi
echo "LD_FLAGS=$LD_FLAGS" >> ${GITHUB_ENV}
- name: Install cross compiler
run: sudo apt-get -y install gcc-aarch64-linux-gnu

- uses: wangyoucao577/go-release-action@v1
env:
CGO_ENABLED: 1
Expand Down

0 comments on commit 16f3c31

Please sign in to comment.