We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c6890 commit 14cb16fCopy full SHA for 14cb16f
1 file changed
.goreleaser.yaml
@@ -31,6 +31,10 @@ builds:
31
- s390x
32
- mips64
33
- arm
34
+ goarm:
35
+ - "7"
36
+ - "6"
37
+ - "5"
38
main: ./cmd/picoclaw
39
ignore:
40
- goos: windows
0 commit comments