Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 8bef012

Browse files
authored
set target platform in builder
1 parent eb91ea8 commit 8bef012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "CIRCLE_TAG=${CIRCLE_TAG}"
6363
BASE_REPO="renizmy"
6464
echo "$DOCKERHUB_PASS" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
65-
docker buildx create --use --name mybuilder || true
65+
docker buildx create --platform linux/amd64,linux/arm64 --use --name mybuilder || true
6666
docker buildx inspect mybuilder --bootstrap
6767
docker buildx build . \
6868
--platform linux/amd64,linux/arm64 \

0 commit comments

Comments
 (0)