Skip to content

Commit

Permalink
fix: build helm image multi arch
Browse files Browse the repository at this point in the history
  • Loading branch information
aclevername committed Jul 30, 2024
1 parent 8f183da commit 410e279
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ build-and-push-operator-promise-aspect:
.

build-helm-promise-aspect:
docker build \
docker buildx build \
--builder kratix-cli-image-builder \
--push \
--platform linux/arm64,linux/amd64\
--tag ${HELM_ASPECT_TAG}:${KRATIX_CLI_VERSION} \
--tag ${HELM_ASPECT_TAG}:latest \
--file aspects/helm-promise/Dockerfile \
Expand Down

0 comments on commit 410e279

Please sign in to comment.