Skip to content

Commit

Permalink
Add ARM64 in goreleaser (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
odidev committed Jan 25, 2021
1 parent 871e94f commit 3255628
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Expand Up @@ -9,6 +9,12 @@ builds:
- linux
goarch:
- amd64
- arm64
ignore:
- goos: windows
goarch: arm64
- goos: darwin
goarch: arm64
ldflags: -extldflags "-static" -s -w
-X github.com/fossas/fossa-cli/cmd/fossa/version.version={{.Version}}
-X github.com/fossas/fossa-cli/cmd/fossa/version.commit={{.Commit}}
Expand Down

0 comments on commit 3255628

Please sign in to comment.