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 16f3c31 commit 41682fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: wangyoucao577/go-release-action@v1
env:
CGO_ENABLED: 1
CC: aarch64-linux-gnu-gcc
CC: gcc-aarch64-linux-gnu
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit 41682fd

Please sign in to comment.