/docker-multiarch

Basic repository setup in order to easily convert and build multi-arch capable Docker images

Steps:

  1. Add ARG ARCH= to the first line of the project's Dockerfile.
  2. Add .github/workflows/image.yml to repo.
  3. Profit 🎉