Skip to content

Commit 86381c2

Browse files
committed
exclude darwin arm and 386
1 parent ea839d6 commit 86381c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ jobs:
131131
goos: [freebsd, windows, linux, darwin]
132132
goarch: ["386", "amd64", "arm", "arm64"]
133133
exclude:
134+
- goos: darwin
135+
goarch: arm
136+
- goos: darwin
137+
goarch: "386"
134138
- goos: freebsd
135139
goarch: arm64
136140
- goos: windows

0 commit comments

Comments
 (0)