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

Commit

Permalink
add arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
pporee committed Sep 28, 2022
1 parent f342b01 commit 597a360
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ build:
- linux
goarch:
- amd64
- arm64
ldflags: -s -w -X main.version=v{{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
archive:
format: tar.gz
files:
archives:
- format: tar.gz
files:
- README.md
- LICENSE
replacements:
amd64: 64bit
arm64: ARM64
snapshot:
name_template: snapshot-{{.Commit}}

0 comments on commit 597a360

Please sign in to comment.