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

Commit

Permalink
Merge pull request #3 from Talend/pporee/DEVOPS-20863
Browse files Browse the repository at this point in the history
feat(DEVOPS-21237): update goreleaser to release arm version
  • Loading branch information
pporee authored Sep 29, 2022
2 parents f342b01 + 4c43351 commit 919c8e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ 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
snapshot:
Expand Down

0 comments on commit 919c8e4

Please sign in to comment.