Skip to content

Commit 410e279

Browse files
committed
fix: build helm image multi arch
1 parent 8f183da commit 410e279

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ build-and-push-operator-promise-aspect:
4343
.
4444

4545
build-helm-promise-aspect:
46-
docker build \
46+
docker buildx build \
47+
--builder kratix-cli-image-builder \
48+
--push \
49+
--platform linux/arm64,linux/amd64\
4750
--tag ${HELM_ASPECT_TAG}:${KRATIX_CLI_VERSION} \
4851
--tag ${HELM_ASPECT_TAG}:latest \
4952
--file aspects/helm-promise/Dockerfile \

0 commit comments

Comments
 (0)