Skip to content

Commit

Permalink
rm skip_push
Browse files Browse the repository at this point in the history
rm skip_push
  • Loading branch information
notnmeyer committed Jan 10, 2024
1 parent 72946ae commit 6f54a4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,13 @@ dockers:
build_flag_templates:
- "--pull"
- "--platform=linux/amd64"
skip_push: true
- image_templates:
- "notnmeyer/mockpi:{{ .Tag }}-arm64"
use: buildx
build_flag_templates:
- "--pull"
- "--platform=linux/arm64"
goarch: arm64
skip_push: true

docker_manifests:
- name_template: "notnmeyer/mockpi:{{ .Tag }}"
Expand Down

0 comments on commit 6f54a4b

Please sign in to comment.