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 8
8
- location : " https://dl.rockylinux.org/pub/rocky/8.6/images/Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
9
9
arch : " x86_64"
10
10
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"
11
14
mounts :
12
15
- location : " ~"
13
16
- location : " /tmp/lima"
@@ -27,7 +30,10 @@ provision:
27
30
#!/bin/bash
28
31
set -eux -o pipefail
29
32
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
31
37
probes :
32
38
- script : |
33
39
#!/bin/bash
You can’t perform that action at this time.
0 commit comments