Skip to content

Commit

Permalink
Merge pull request #565 from ava-labs/no-darwin
Browse files Browse the repository at this point in the history
Fix goreleaser arm builds
  • Loading branch information
cam-schultz authored Nov 26, 2024
2 parents 540a332 + 82f0b1f commit 376ce54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions relayer/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ builds:
overrides:
- goos: linux
goarch: arm64
goarm64: v8.0
env:
- CC=aarch64-linux-gnu-gcc
- goos: darwin
goarch: arm64
goarm64: v8.0
env:
- CC=oa64-clang
ignore:
Expand Down

0 comments on commit 376ce54

Please sign in to comment.