Skip to content

Commit

Permalink
specify o64-clang compiler for darwin amd
Browse files Browse the repository at this point in the history
  • Loading branch information
iansuvak committed Jan 30, 2025
1 parent 2a26d7b commit 2f3f753
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions relayer/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ builds:
goarm64: v8.0
env:
- CC=oa64-clang
- goos: darwin
goarch: amd64
goamd64: v1
env:
- CC=o64-clang
dockers:
- image_templates:
- 'avaplatform/icm-relayer:{{ .Tag }}-amd64'
Expand Down
5 changes: 5 additions & 0 deletions signature-aggregator/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ builds:
goarm64: v8.0
env:
- CC=oa64-clang
- goos: darwin
goarch: amd64
goamd64: v1
env:
- CC=o64-clang
dockers:
- image_templates:
- 'avaplatform/signature-aggregator:{{ .Tag }}-amd64'
Expand Down

0 comments on commit 2f3f753

Please sign in to comment.