You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
vlang | 2 months ago | |
README.md | 7 months ago |
README.md
Dockerfiles
This repository contains some Dockerfiles I use for various projects.
Using buildx
First, install the required QEMU stuff:
docker run --privileged --rm tonistiigi/binfmt --install all
Afterwards, you can build stuff like this:
docker buildx build --platform linux/amd64,linux/arm64 .