Skip to content

Commit

Permalink
remove arm64 compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
peanut996 committed May 4, 2024
1 parent 41682fd commit ef7a20d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux, windows, darwin]
goarch: [amd64, arm64]
goarch: [amd64]
steps:
- uses: actions/checkout@v3

Expand All @@ -39,9 +39,6 @@ jobs:
run: sudo apt-get -y install gcc-aarch64-linux-gnu

- uses: wangyoucao577/go-release-action@v1
env:
CGO_ENABLED: 1
CC: gcc-aarch64-linux-gnu
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit ef7a20d

Please sign in to comment.