File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 88- location : " https://dl.rockylinux.org/pub/rocky/8.6/images/Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
99 arch : " x86_64"
1010 digest : " sha256:7b786a39eeb96e22dd85386377ff186737f6c1b9a5faa105b0a0a7a4895c29d0"
11+ - location : " https://dl.rockylinux.org/pub/rocky/8.6/images/Rocky-8-GenericCloud-8.6.20220702.0.aarch64.qcow2"
12+ arch : " aarch64"
13+ digest : " sha256:42da3cc0c10677d37e43f862c4a8f3ab3b72bcccc91ce0c0ef9f4100f4b950b4"
1114mounts :
1215- location : " ~"
1316- location : " /tmp/lima"
@@ -27,7 +30,10 @@ provision:
2730 #!/bin/bash
2831 set -eux -o pipefail
2932 command -v apptainer >/dev/null 2>&1 && exit 0
30- dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.0.3/apptainer-1.0.3-1.x86_64.rpm
33+ dnf install -y yum-utils epel-release
34+ dnf install -y squashfuse fakeroot
35+ yum-config-manager --disable epel*
36+ dnf install --enablerepo=epel-testing -y apptainer apptainer-suid
3137probes :
3238- script : |
3339 #!/bin/bash
You can’t perform that action at this time.
0 commit comments