Skip to content

Commit 8187675

Browse files
committed
ci: avoid windows/arm64
1 parent 6394c57 commit 8187675

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/create-binaries.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
name: Binary Builds
22

3-
on:
4-
release
5-
3+
on: release
64

75
jobs:
86
releases-matrix:
97
name: Release Go Binary
108
runs-on: ubuntu-latest
119
strategy:
1210
matrix:
13-
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/amd64
1411
goos: [linux, windows, darwin]
1512
goarch: ["386", amd64, arm64]
1613
exclude:
1714
- goarch: "386"
1815
goos: darwin
16+
- goarch: arm64
17+
goos: windows
1918
steps:
2019
- uses: actions/checkout@v2
2120
- uses: wangyoucao577/[email protected]

0 commit comments

Comments
 (0)