https://github.com/trinitronx/docker-multi-platform-test
https://github.com/trinitronx/docker-multi-platform-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trinitronx/docker-multi-platform-test
- Owner: trinitronx
- Created: 2022-02-16T20:47:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T11:42:28.000Z (over 2 years ago)
- Last Synced: 2025-07-04T03:44:04.751Z (12 months ago)
- Language: Dockerfile
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Docker Multi-Platform Build Test Repo
This repo is a simple demo to test Docker multi-platform container builds.
## Building
The `Makefile` has a default rule to build for all [`docker/binfmt`][1]
supported platforms:
- amd64
- arm64
- ppc64le
- riscv64
To build containers for all target platforms:
make
[1]: https://github.com/docker/binfmt