Skip to content

Commit fb6b44c

Browse files
authored
Merge pull request #2785 from redpanda-data/disable-32-arm
Disable 32-bit arm builds
2 parents 90cfd19 + 8084202 commit fb6b44c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ builds:
55
main: cmd/redpanda-connect/main.go
66
binary: redpanda-connect
77
goos: [ windows, darwin, linux, freebsd, openbsd ]
8-
goarch: [ amd64, arm, arm64 ]
9-
goarm: [ 6, 7 ]
8+
goarch: [ amd64, arm64 ]
9+
# goarm: [ 6, 7 ]
1010
hooks:
1111
post:
1212
# The binary is signed and notarized when running a production release, but for snapshot builds notarization is

0 commit comments

Comments
 (0)