Skip to content

Commit 14cb16f

Browse files
authored
Add goarm versions for ARM architecture in config
1 parent 19c6890 commit 14cb16f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ builds:
3131
- s390x
3232
- mips64
3333
- arm
34+
goarm:
35+
- "7"
36+
- "6"
37+
- "5"
3438
main: ./cmd/picoclaw
3539
ignore:
3640
- goos: windows

0 commit comments

Comments
 (0)