Skip to content

Commit

Permalink
#122 Use specific version of tonistiigi/binfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Sep 8, 2022
1 parent 5c49601 commit 098eee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# https://github.com/docker/buildx/issues/493#issuecomment-754834977
# https://github.com/tonistiigi/binfmt#installing-emulators
docker run --privileged --rm tonistiigi/binfmt --install arm64,arm
docker run --privileged --rm tonistiigi/binfmt:qemu-v6.2.0 --install arm64,arm
./build-multi-arch-images.sh
deploy-multi-arch:
Expand All @@ -93,7 +93,7 @@ workflows:
script: |
docker context create tls-env
docker buildx create tls-env --use
docker run --privileged --rm tonistiigi/binfmt --install arm64,arm
docker run --privileged --rm tonistiigi/binfmt:qemu-v6.2.0 --install arm64,arm
export DOCKER_HOST_NAME=$(hostname)
./build-and-test-all-mysql8-multi-arch-locally.sh
skip_multi_arch_env_vars: "true"
Expand All @@ -103,7 +103,7 @@ workflows:
script: |
docker context create tls-env
docker buildx create tls-env --use
docker run --privileged --rm tonistiigi/binfmt --install amd64
docker run --privileged --rm tonistiigi/binfmt:qemu-v6.2.0 --install amd64
export DOCKER_HOST_NAME=$(hostname)
./build-and-test-all-mysql8-multi-arch-locally.sh
skip_multi_arch_env_vars: "true"
Expand Down

0 comments on commit 098eee8

Please sign in to comment.