Skip to content

Commit 1c5192a

Browse files
committed
Revert all of goreleaser to use buildx
Signed-off-by: Brett Tofel <[email protected]>
1 parent 2402bb6 commit 1c5192a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@ dockers:
4343
dockerfile: Dockerfile
4444
goos: linux
4545
goarch: arm64
46-
use: docker
46+
use: buildx
4747
build_flag_templates:
4848
- "--platform=linux/arm64"
4949
- image_templates:
5050
- "{{ .Env.IMAGE_REPO }}:{{ .Env.IMAGE_TAG }}-ppc64le"
5151
dockerfile: Dockerfile
5252
goos: linux
5353
goarch: ppc64le
54-
use: docker
54+
use: buildx
5555
build_flag_templates:
5656
- "--platform=linux/ppc64le"
5757
- image_templates:
5858
- "{{ .Env.IMAGE_REPO }}:{{ .Env.IMAGE_TAG }}-s390x"
5959
dockerfile: Dockerfile
6060
goos: linux
6161
goarch: s390x
62-
use: docker
62+
use: buildx
6363
build_flag_templates:
6464
- "--platform=linux/s390x"
6565
docker_manifests:

0 commit comments

Comments
 (0)