Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/spf13/pflag…
Browse files Browse the repository at this point in the history
…-1.0.6
  • Loading branch information
iansuvak authored Jan 30, 2025
2 parents f31df05 + d8ed4a1 commit f6d2e4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion relayer/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ builds:
goarm64: v8.0
env:
- CC=oa64-clang
ignore:
- goos: darwin
goarch: amd64
goamd64: v1
env:
- CC=o64-clang
dockers:
- image_templates:
- 'avaplatform/icm-relayer:{{ .Tag }}-amd64'
Expand Down
4 changes: 3 additions & 1 deletion signature-aggregator/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ builds:
goarm64: v8.0
env:
- CC=oa64-clang
ignore:
- goos: darwin
goarch: amd64
goamd64: v1
env:
- CC=o64-clang
dockers:
- image_templates:
- 'avaplatform/signature-aggregator:{{ .Tag }}-amd64'
Expand Down

0 comments on commit f6d2e4c

Please sign in to comment.