Skip to content

Commit 7a45260

Browse files
committed
fix: release for armv7l
Closes #1299
1 parent 2f0e8eb commit 7a45260

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.goreleaser.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ builds:
2121
goos:
2222
- linux
2323
- darwin
24+
goarch:
25+
- 386
26+
- amd64
27+
- arm64
28+
- arm
29+
goarm:
30+
- 6
31+
- 7
2432
archives:
2533
- files:
2634
- no-files-will-match-* # Glob that does not match to create archive with only binaries.

0 commit comments

Comments
 (0)