| Commit message (Collapse) | Author | Age |
| | |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
| |
They're failing on ARM atm, maybe this will help
|
| | |
|
| |
|
| |
These are failing and need investigating
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
* feat: supply pre-built docker image
* chore: add docker run to docs
|