-
Hey, I’m interested to use docker buildx with multi platform support. I have everything set except of QEMU as I cannot use How could I set this to work? |
Beta Was this translation helpful? Give feedback.
Answered by
morlay
Jul 21, 2021
Replies: 1 comment
-
Once this PR merge, it could be easy to install QEMU in k8s initContainer will be added when initContainers:
- name: qemu
image: 'tonistiigi/binfmt:latest'
args:
- '--install'
- all
imagePullPolicy: Always
securityContext:
privileged: true |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tonistiigi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once this PR merge, it could be easy to install QEMU in k8s
docker/buildx#682
initContainer will be added when
--driver-opt=qemu.install=true