Skip to content

Instantly share code, notes, and snippets.

@vdo
Last active August 12, 2022 14:10
Show Gist options
  • Save vdo/a1f69c9c34cb1dfc59fd7741f520c079 to your computer and use it in GitHub Desktop.
Save vdo/a1f69c9c34cb1dfc59fd7741f520c079 to your computer and use it in GitHub Desktop.
  • Enable experimental docker commands:
root@gpod:~ cat /etc/docker/daemon.json
{
	"experimental": true
}
  • Run qemu binaries installation image:
docker run --privileged --rm tonistiigi/binfmt --install all
  • Build multi-arch with buildx, example:
docker buildx build --platform linux/amd64,linux/arm64 --pull  --push -t "vdo1138/monero-lws:v0.2_0.18"   .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment