Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Release for arm64
Browse files Browse the repository at this point in the history
Also use the archive naming convention, which better matches both
conventional Go naming and Docker naming.
  • Loading branch information
edsrzf committed Nov 17, 2021
1 parent c07bf8f commit f6841a5
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@ before:
hooks:
# you may remove this if you don't use vgo
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
goarch:
- amd64
- arm64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit f6841a5

Please sign in to comment.