https://github.com/hellt/multi-platform-docker-build
ad-hoc mutiplatform build on GitHub actions using tmate intercept
https://github.com/hellt/multi-platform-docker-build
Last synced: 26 days ago
JSON representation
ad-hoc mutiplatform build on GitHub actions using tmate intercept
- Host: GitHub
- URL: https://github.com/hellt/multi-platform-docker-build
- Owner: hellt
- License: apache-2.0
- Created: 2024-06-24T15:12:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T15:46:02.000Z (almost 2 years ago)
- Last Synced: 2025-03-19T15:06:34.663Z (about 1 year ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# multi-platform-docker-build
1. Launch manually the build workflow.
2. Tmate will present you with an ssh login in the logs
3. Connect to the VM via ssh
4. Get a dockerfile
5. Optionally login with `docker login` using a username/repo/password
5. Run
```bash
docker buildx build --platform linux/amd64,linux/arm64 -t some.repo/foo:0.1.1 . --push
```