Skip to content

Commit

Permalink
add support for arm (32-bit ARM) architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitcharolia committed Sep 15, 2023
1 parent 3f6f582 commit dedbe70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ builds:
goarch:
- amd64
- arm64

- arm
ignore:
- goos: darwin
goarch: arm
archives:
- id: goenv
name_template: |-
Expand Down

0 comments on commit dedbe70

Please sign in to comment.