A collection of Dockerfiles I use in various projects.
 
Go to file
Jef Roosens a57dca3196 vlang: v 0.3.2 on alpine 3.17 2023-01-15 20:09:53 +01:00
vlang vlang: v 0.3.2 on alpine 3.17 2023-01-15 20:09:53 +01:00
README.md vlang: updated to 0.3.1 2022-09-01 09:23:42 +02:00

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 .