Skip to content

Commit

Permalink
Merge pull request #2785 from redpanda-data/disable-32-arm
Browse files Browse the repository at this point in the history
Disable 32-bit arm builds
  • Loading branch information
Jeffail authored Aug 13, 2024
2 parents 90cfd19 + 8084202 commit fb6b44c
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 fb6b44c

Please sign in to comment.