Skip to content

Commit

Permalink
add arm64, Makefile and config sample into release tarballs
Browse files Browse the repository at this point in the history
Signed-off-by: Sandor Szuecs <[email protected]>
  • Loading branch information
szuecs committed Mar 16, 2019
1 parent 1ddf3ce commit 76de520
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ builds:
- windows
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
- GO111MODULE=on
Expand All @@ -31,6 +32,7 @@ builds:
- windows
goarch:
- amd64
- arm64
#ldflags: -X main.version=$(VERSION) -X main.date=$(shell date -u '+%Y-%m-%d_%I:%M%p') -X main.commit=$(shell git rev-parse HEAD)
env:
- CGO_ENABLED=0
Expand All @@ -41,6 +43,8 @@ archive:
files:
- README.md
- LICENSE
- Makefile
- config.yaml.sample

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit 76de520

Please sign in to comment.