Docker multi-arch build fails

Buddy On-Premises

To build Docker multi-arch images on on-premises installations of Buddy, you must install the QEMU emulator on every worker of your instance.

Run these commands to install QEMU on Ubuntu workers:

sudo apt-get install qemu binfmt-support qemu-user-static
curl https://assets.buddy.works/scripts/register-qemu-binfmt.sh -o register-qemu.sh && chmod +x register-qemu.sh && sudo ./register-qemu.sh

Last modified on September 26, 2023

Questions?

Not sure how to configure a pipeline for your process? Reach out on the live-chat or contact support

Get Started

Sign up for free and deploy your project in less than 10 minutes.