Skip to content

Commit aa45e6b

Browse files
committed
Set up QEMU before running multi-arch build
1 parent ea28522 commit aa45e6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ commands:
123123
environment:
124124
DOCKER_BUILDKIT: 1
125125

126+
- run:
127+
name: Setup QEMU
128+
command: docker run --privileged --rm tonistiigi/binfmt --install all
129+
126130
- run:
127131
name: Build Docker image and push to Docker Hub
128132
command: |

0 commit comments

Comments
 (0)