Skip to content

Commit d3e3d81

Browse files
committed
arm, arm64 goarch added 3
1 parent 78095b3 commit d3e3d81

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ jobs:
1515
goarch: [arm, arm64, amd64]
1616
exclude:
1717
- goarch: "arm"
18-
goos: [darwin, windows]
18+
goos: darwin
19+
- goarch: "arm"
20+
goos: windows
1921
- goarch: "arm64"
20-
goos: [windows]
22+
goos: windows
2123
steps:
2224
- uses: actions/checkout@v2
2325
- uses: wangyoucao577/[email protected]

0 commit comments

Comments
 (0)