Skip to content

Commit

Permalink
enable ARM64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
regel committed May 26, 2023
1 parent bd212a0 commit 80ad671
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ builds:
- darwin
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
- id: goboring
Expand All @@ -35,9 +36,6 @@ builds:
archives:
- id: default
format: tar.gz
replacements:
darwin: macOS
amd64: 64-bit
files:
- LICENSE
- README.md
Expand All @@ -53,10 +51,6 @@ archives:
builds:
- goboring

release:
draft: true
prerelease: true


# Check https://goreleaser.com/customization/homebrew/
brews:
Expand Down

0 comments on commit 80ad671

Please sign in to comment.