We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2402bb6 commit 1c5192aCopy full SHA for 1c5192a
.goreleaser.yml
@@ -43,23 +43,23 @@ dockers:
43
dockerfile: Dockerfile
44
goos: linux
45
goarch: arm64
46
- use: docker
+ use: buildx
47
build_flag_templates:
48
- "--platform=linux/arm64"
49
- image_templates:
50
- "{{ .Env.IMAGE_REPO }}:{{ .Env.IMAGE_TAG }}-ppc64le"
51
52
53
goarch: ppc64le
54
55
56
- "--platform=linux/ppc64le"
57
58
- "{{ .Env.IMAGE_REPO }}:{{ .Env.IMAGE_TAG }}-s390x"
59
60
61
goarch: s390x
62
63
64
- "--platform=linux/s390x"
65
docker_manifests:
0 commit comments