Skip to content

Commit

Permalink
[chore] generate arm release for Windows and macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
peanut996 committed Dec 19, 2023
1 parent 93bb2b7 commit 4566adc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
# 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]
exclude:
- goarch: arm64
goos: darwin
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 4566adc

Please sign in to comment.