aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/docker.yaml (follow)
Commit message (Collapse)AuthorAge
* Checkout repo so the manifest publish step can read git (#1314)Ellie Huxtable2023-10-19
|
* use the short sha to tag images (#1313)Ellie Huxtable2023-10-19
|
* Use ubuntu for x86, oopsEllie Huxtable2023-10-19
|
* Fix eventsEllie Huxtable2023-10-19
|
* Switch to Actuated for docker builds (#1312)Ellie Huxtable2023-10-19
|
* Revert "Re-enable `linux/arm64` platform in CI docker build (#1276)" (#1278)Ellie Huxtable2023-10-02
| | | This reverts commit ab8a48b2e01c33597b96bd05e66aa53413d1fe29.
* Re-enable `linux/arm64` platform in CI docker build (#1276)rriski2023-10-02
| | | This was previously enabled in #616 and then reverted in #730.
* Update CI action steps (#814)Marijan Smetko2023-03-28
|
* Revert "Re-enable arm docker builds (#616)" (#730)Ellie Huxtable2023-02-26
| | | | | | | Docker builds are failing on ARM, let's see if they work on AMD. Might be worth waiting until we have less C that needs building This reverts commit f3894ef9c0c9d2d9effa963b116d0075d4e7a9e5.
* Enable RUST_BACKTRACE for docker builds (#729)Ellie Huxtable2023-02-26
| | | They're failing on ARM atm, maybe this will help
* 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