Skip to content

Commit 4fbbaf3

Browse files
committed
Add aarch64 rpm package for apptainer
Not available from the project downloads, so use the package from EPEL (Testing). Once it is available, should probably use --enablerepo=epel instead of epel-testing. Signed-off-by: Anders F Björklund <[email protected]>
1 parent c9f5097 commit 4fbbaf3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/experimental/apptainer.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ images:
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"
1114
mounts:
1215
- location: "~"
1316
- location: "/tmp/lima"
@@ -30,8 +33,7 @@ provision:
3033
dnf install -y yum-utils epel-release
3134
dnf install -y squashfuse fakeroot
3235
yum-config-manager --disable epel*
33-
dnf install -y https://github.com/apptainer/apptainer/releases/download/v1.1.0/apptainer-1.1.0-1.x86_64.rpm \
34-
https://github.com/apptainer/apptainer/releases/download/v1.1.0/apptainer-suid-1.1.0-1.x86_64.rpm
36+
dnf install --enablerepo=epel-testing -y apptainer apptainer-suid
3537
probes:
3638
- script: |
3739
#!/bin/bash

0 commit comments

Comments
 (0)