Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
release.sh: add docker manifest support
Browse files Browse the repository at this point in the history
  • Loading branch information
bmizerany committed Jan 17, 2023
1 parent 6050d22 commit ba7aac4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ dockers:
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source={{.GitURL}}"
dockerfile: Dockerfile.goreleaser
docker_manifests:
- name_template: "tierrun/{{ .ProjectName }}:{{ .Tag }}"
image_templates:
- "tierrun/{{ .ProjectName }}:{{ .Tag }}-amd64"
- "tierrun/{{ .ProjectName }}:{{ .Tag }}-arm64"
nfpms:
- maintainer: Tier
description: The Tier CLI
Expand Down

0 comments on commit ba7aac4

Please sign in to comment.