Skip to content

Commit 76de520

Browse files
committed
add arm64, Makefile and config sample into release tarballs
Signed-off-by: Sandor Szuecs <[email protected]>
1 parent 1ddf3ce commit 76de520

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ builds:
1515
- windows
1616
goarch:
1717
- amd64
18+
- arm64
1819
env:
1920
- CGO_ENABLED=0
2021
- GO111MODULE=on
@@ -31,6 +32,7 @@ builds:
3132
- windows
3233
goarch:
3334
- amd64
35+
- arm64
3436
#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)
3537
env:
3638
- CGO_ENABLED=0
@@ -41,6 +43,8 @@ archive:
4143
files:
4244
- README.md
4345
- LICENSE
46+
- Makefile
47+
- config.yaml.sample
4448

4549
checksum:
4650
name_template: 'checksums.txt'

0 commit comments

Comments
 (0)