Skip to content

Commit

Permalink
Disable 32-bit arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Aug 13, 2024
1 parent 90cfd19 commit 8084202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ builds:
main: cmd/redpanda-connect/main.go
binary: redpanda-connect
goos: [ windows, darwin, linux, freebsd, openbsd ]
goarch: [ amd64, arm, arm64 ]
goarm: [ 6, 7 ]
goarch: [ amd64, arm64 ]
# goarm: [ 6, 7 ]
hooks:
post:
# The binary is signed and notarized when running a production release, but for snapshot builds notarization is
Expand Down

0 comments on commit 8084202

Please sign in to comment.