Skip to content

Commit f58a173

Browse files
authored
add arm 32bit
1 parent 9cfcc99 commit f58a173

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push-artifacts.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ jobs:
2626
strategy:
2727
matrix:
2828
goos: [linux, darwin]
29-
goarch: ["386", amd64, arm64]
29+
goarch: ["386", amd64, arm64, arm]
3030
exclude:
3131
- goarch: "386"
3232
goos: darwin
33+
- goarch: "arm"
34+
goos: darwin
3335
steps:
3436
- uses: actions/checkout@v3
3537
- uses: wangyoucao577/go-release-action@v1

0 commit comments

Comments
 (0)