Skip to content

Commit

Permalink
refactor(docker): remove Docker manifest creation for simplified buil…
Browse files Browse the repository at this point in the history
…d process
  • Loading branch information
yarlson committed Jan 25, 2025
1 parent ef2c21d commit 3d80522
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,6 @@ dockers:
build_flag_templates:
- "--platform=linux/arm64/v8"

docker_manifests:
- name_template: "yarlson/zero:{{ .Version }}"
create_flags:
- "--amend"
image_templates:
- "yarlson/zero:{{ .Version }}-amd64"
- "yarlson/zero:{{ .Version }}-arm64v8"

- name_template: "yarlson/zero:latest"
create_flags:
- "--amend"
image_templates:
- "yarlson/zero:latest-amd64"
- "yarlson/zero:latest-arm64v8"

release:
github:
owner: yarlson
Expand Down

0 comments on commit 3d80522

Please sign in to comment.