Skip to content

Commit

Permalink
Build image for amd64 and arm64 arch (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinc authored Dec 16, 2024
1 parent 60c423c commit 2b1fbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
mkdir -p build
echo "$DOCKER_PASSWORD" | docker login quay.io --username "$DOCKER_USER" --password-stdin
skaffold config set --global collect-metrics false
skaffold build -p build-and-push --file-output build/${CIRCLE_SHA1}.json
skaffold build --platform=linux/arm64,linux/amd64 -p build-and-push --file-output build/${CIRCLE_SHA1}.json
# re-tag :latest
skaffold_tag=$(cat build/${CIRCLE_SHA1}.json | jq -r '.builds[0].tag | split("@")[0]')
skaffold_image=$(cat build/${CIRCLE_SHA1}.json | jq -r '.builds[0].imageName')
Expand Down

0 comments on commit 2b1fbbf

Please sign in to comment.