Skip to content

Commit

Permalink
fix: Fix template (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
  • Loading branch information
gaocegege committed May 5, 2022
1 parent b5773f5 commit 5d39458
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ changelog:
- '^test:'
dockers:
- image_templates:
- "tensorchord/midi-ssh-from-scratch:{{ .Version }}-amd64"
- "ghcr.io/tensorchord/midi-ssh-from-scratch:{{ .Version }}-amd64"
use: buildx
dockerfile: .goreleaser/midi-ssh.Dockerfile
ids:
- midi-ssh
build_flag_templates:
- "--platform=linux/amd64"
- image_templates:
- "tensorchord/midi-ssh-from-scratch:{{ .Version }}-arm64v8"
- "ghcr.io/tensorchord/midi-ssh-from-scratch:{{ .Version }}-arm64v8"
use: buildx
goarch: arm64
ids:
Expand All @@ -78,5 +78,5 @@ dockers:
docker_manifests:
- name_template: tensorchord/midi-ssh-from-scratch:{{ .Version }}
image_templates:
- tensorchord/midi-ssh-from-scratch:{{ .Version }}-amd64
- tensorchord/midi-ssh-from-scratch:{{ .Version }}-arm64v8
- ghcr.io/tensorchord/midi-ssh-from-scratch:{{ .Version }}-amd64
- ghcr.io/tensorchord/midi-ssh-from-scratch:{{ .Version }}-arm64v8

0 comments on commit 5d39458

Please sign in to comment.