I attempted to build a runner from this run:
https://github.com/whywaita/actions-runner-images-lxd/actions/runs/20902571177
However when trying to launch a container from this image I get the following error.
$ lxc launch ubuntu-noble-runner my-runner --profile default --profile runner
Launching my-runner
Error: Failed to run: /snap/lxd/current/sbin/lxd forkstart my-runner /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/my-runner/lxc.conf: exit status 1
Unfortunately, the artifacts from previously successful runs have already expired, which makes it impossible to download them at this time. A quick solution (to my personal issue) might be to just rebuild a previously successful run, so the artifacts are available again. In the longer term, I believe tagging a release would prevent the artifacts from expiring.
Thanks!
I attempted to build a runner from this run:
https://github.com/whywaita/actions-runner-images-lxd/actions/runs/20902571177
However when trying to launch a container from this image I get the following error.
Unfortunately, the artifacts from previously successful runs have already expired, which makes it impossible to download them at this time. A quick solution (to my personal issue) might be to just rebuild a previously successful run, so the artifacts are available again. In the longer term, I believe tagging a release would prevent the artifacts from expiring.
Thanks!