Commit f7039834 authored by 混淆's avatar 混淆 Committed by GitHub

Exclude build for darwin_arm

parent d5bff2ad
......@@ -11,6 +11,10 @@ jobs:
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/386, darwin/amd64
goos: [linux, windows, darwin]
goarch: ["386", amd64, arm]
exclude:
- goos: darwin
goarch: arm
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@master
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment