Skip to content

Commit

Permalink
Adding arm64 to our release binaries (#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder authored Mar 8, 2021
1 parent 6920ad8 commit cd8dbce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ builds:
- -s -w -X github.com/treeverse/lakefs/config.Version={{.Version}} -X github.com/treeverse/lakefs/config.Commit={{.Commit}} -X github.com/treeverse/lakefs/config.Date={{.Date}}
goarch:
- amd64
- arm64
goos:
- darwin
- linux
Expand All @@ -29,6 +30,7 @@ builds:
- -s -w -X github.com/treeverse/lakefs/config.Version={{.Version}} -X github.com/treeverse/lakefs/config.Commit={{.Commit}} -X github.com/treeverse/lakefs/config.Date={{.Date}}
goarch:
- amd64
- arm64
goos:
- darwin
- linux
Expand Down

0 comments on commit cd8dbce

Please sign in to comment.