Skip to content

Commit

Permalink
push latest docker manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed May 9, 2024
1 parent f3d5590 commit 25b6553
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 @@ -31,15 +31,13 @@ builds:
dockers:
- image_templates:
- 'avaplatform/awm-relayer:{{ .Tag }}-amd64'
- 'avaplatform/awm-relayer:latest'
use: buildx
build_flag_templates:
- "--pull"
- "--platform=linux/amd64"
- "--build-arg=GO_VERSION={{ .Env.GO_VERSION }}"
- image_templates:
- 'avaplatform/awm-relayer:{{ .Tag }}-arm64'
- 'avaplatform/awm-relayer:latest'
use: buildx
build_flag_templates:
- "--pull"
Expand All @@ -51,6 +49,10 @@ docker_manifests:
image_templates:
- 'avaplatform/awm-relayer:{{ .Tag }}-amd64'
- 'avaplatform/awm-relayer:{{ .Tag }}-arm64'
- name_template: 'avaplatform/awm-relayer:latest'
image_templates:
- 'avaplatform/awm-relayer:{{ .Tag }}-amd64'
- 'avaplatform/awm-relayer:{{ .Tag }}-arm64'
release:
# Repo in which the release will be created.
# Default is extracted from the origin remote URL or empty if its private hosted.
Expand Down

0 comments on commit 25b6553

Please # to comment.