Skip to content

Commit

Permalink
feat: add release artifacts for arm32
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgeorge committed Feb 29, 2024
1 parent ab5217a commit 5b5577f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,20 @@ builds:
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
- main: .
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
- arm64
- arm

archives:
- format: tar.gz
Expand Down

0 comments on commit 5b5577f

Please sign in to comment.