Skip to content

Commit

Permalink
Drop ARM32 build
Browse files Browse the repository at this point in the history
As only 64 architectures are supported

Signed-off-by: Loic Devulder <[email protected]>
  • Loading branch information
ldevulder committed Nov 27, 2023
1 parent ea486bb commit 34d2031
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ builds:
- linux
goarch:
- amd64
- arm
- arm64
- riscv64
goarm:
- 6
- 7
- 8
signs:
- cmd: cosign
signature: "${artifact}.sig"
Expand Down

0 comments on commit 34d2031

Please sign in to comment.