Skip to content

Commit

Permalink
Inverse
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Feb 19, 2024
1 parent d55f066 commit 0afa651
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ dockers:
image_templates:
- "flashbots/suave-geth:{{ .ShortCommit }}-amd64"
- "flashbots/suave-geth:v{{ .Version }}-amd64"
{{- if not .IsNightly }}
- flashbots/suave-geth:latest-amd64
{{ else }}
{{- if .IsNightly }}
- flashbots/suave-geth:latest-nightly-amd64
{{ else }}
- flashbots/suave-geth:latest-amd64
{{- end }}
- dockerfile: ./Dockerfile.suave
use: buildx
Expand All @@ -111,10 +111,10 @@ dockers:
image_templates:
- "flashbots/suave-geth:{{ .ShortCommit }}-arm64"
- "flashbots/suave-geth:v{{ .Version }}-arm64"
{{- if not .IsNightly }}
- flashbots/suave-geth:latest-arm64
{{ else }}
{{- if .IsNightly }}
- flashbots/suave-geth:latest-nightly-arm64
{{ else }}
- flashbots/suave-geth:latest-arm64
{{- end }}

docker_manifests:
Expand Down

0 comments on commit 0afa651

Please sign in to comment.