Skip to content

Commit

Permalink
build linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Feb 9, 2024
1 parent 48e4e95 commit 89ccb6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ builds:
- CGO_ENABLED=1
- CGO_CFLAGS=-O -D__BLST_PORTABLE__ # Set the CGO flags to use the portable version of BLST
overrides:
- goos: linux
goarch: arm64
env:
- CC=aarch64-linux-gnu-gcc
- goos: darwin
goarch: arm64
env:
- CC=oa64-clang
ignore:
- goos: linux
goarch: arm64
- goos: darwin
goarch: amd64
dockers:
Expand Down

0 comments on commit 89ccb6e

Please sign in to comment.