aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/docker.yaml (follow)
Commit message (Collapse)AuthorAge
* Re-enable arm docker builds (#616)Patrick Jackson2022-11-17
|
* Disable ARM docker builds (#438)Ellie Huxtable2022-06-06
| | | These are failing and need investigating
* Build ARM docker image in GitHub Actions using QEMU (#400)Daniel2022-05-09
| | | | | | | | This PR updates the GH Action docker workflow to crossbuild the docker image for ARM using QEMU. This theoratically works but takes about for a clean build 2.5 hours, which may or may not be tolerable for each commit on `main`. A action run where the dependencies are already cached needs about 15 minutes with this PR.
* chore: supply pre-build docker image (#199)Conrad Ludgate2021-11-17
* feat: supply pre-built docker image * chore: add docker run to docs