This PR automates the image build process using GitHub actions.
It builds and tags new ARM64 image(s) every day, using whatever the newest version of Tutor is: both stable and nightly.
Note that as your can see here the build is extremely slow when run on GitHub's infrastructure since it's all run under qemu emulation on somewhat low power CPUs. But it works.
It should be noted that this same process could easily be used to produce multi-arch images instead of just ARM64 images.
This PR automates the image build process using GitHub actions.
It builds and tags new ARM64 image(s) every day, using whatever the newest version of Tutor is: both stable and nightly.
Note that as your can see here the build is extremely slow when run on GitHub's infrastructure since it's all run under qemu emulation on somewhat low power CPUs. But it works.
It should be noted that this same process could easily be used to produce multi-arch images instead of just ARM64 images.