Skip to content

Commit c83c641

Browse files
authored
Update release.yml
1 parent 48e65e7 commit c83c641

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ jobs:
1515
strategy:
1616
matrix:
1717
goos: [linux, windows, darwin]
18-
goarch: ["386", amd64,arm64,x86]
19-
exclude:
20-
# windows/386 and darwin/386 seems useless
21-
- goarch: "386"
22-
goos: windows
18+
goarch: ["386", amd64,arm64]
19+
exclude:
2320
- goarch: "386"
2421
goos: darwin
2522
steps:

0 commit comments

Comments
 (0)