Skip to content

Commit 4a30800

Browse files
committed
add arm build for raspberry pi
1 parent f415245 commit 4a30800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ builds:
2424
- <<: *build_defaults
2525
id: linux
2626
goos: [linux]
27-
goarch: [386, amd64, arm64]
27+
goarch: [386, arm, amd64, arm64]
2828

2929
- <<: *build_defaults
3030
id: windows

0 commit comments

Comments
 (0)