We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f183da commit 410e279Copy full SHA for 410e279
Makefile
@@ -43,7 +43,10 @@ build-and-push-operator-promise-aspect:
43
.
44
45
build-helm-promise-aspect:
46
- docker build \
+ docker buildx build \
47
+ --builder kratix-cli-image-builder \
48
+ --push \
49
+ --platform linux/arm64,linux/amd64\
50
--tag ${HELM_ASPECT_TAG}:${KRATIX_CLI_VERSION} \
51
--tag ${HELM_ASPECT_TAG}:latest \
52
--file aspects/helm-promise/Dockerfile \
0 commit comments