Skip to content

Commit

Permalink
Merge pull request #156 from JoelKle/linux-arm64
Browse files Browse the repository at this point in the history
Added linux-arm64 as arch for goreleaser
  • Loading branch information
AndreasSko committed Feb 23, 2024
2 parents face2a0 + f7f76c8 commit 0f3d56e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ builds:
- linux
goarch:
- amd64
- id: linux-arm64
env:
- CGO_ENABLED=1
- CC=aarch64-linux-gnu-gcc
- CXX=aarch64-linux-gnu-g++
goos:
- linux
goarch:
- arm64
- id: windows-amd64
env:
- CGO_ENABLED=1
Expand Down

0 comments on commit 0f3d56e

Please sign in to comment.