- A minimum example to build C code into docker image to run on multiple architects (amd64/aarch64).
./run build
./run up
./run ps
- See: .github/workflows/buildx.yml
- GitHub will run the action upon "git push", then it will push the docker image generated onto Docker Hub's registry.
docker run meetroger/hello