An open API service indexing awesome lists of open source software.

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

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
```