This commit is contained in:
parent
f471472693
commit
7e78c316e9
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ jobs:
|
|||
cd fedora-40-minimal && \
|
||||
buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs manifest create code.lightstands.xyz/standcoded/fedora:40-minimal && \
|
||||
buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs build --arch aarch64 \
|
||||
--pid=host --ipc=host --network=host --userns=host --uts=host -v /var/cache/dnf:/var/cache/dnf:O \
|
||||
--pid=host --ipc=host --network=host --userns=host --uts=host -v /var/cache/dnf:/var/cache/dnf \
|
||||
--manifest code.lightstands.xyz/standcoded/fedora:40-minimal .
|
||||
env:
|
||||
BUILDAH_ISOLATION: chroot
|
||||
|
@ -39,7 +39,7 @@ jobs:
|
|||
cd fedora-40 && \
|
||||
buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs manifest create code.lightstands.xyz/standcoded/fedora:40 && \
|
||||
buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs build --arch aarch64 \
|
||||
--pid=host --ipc=host --network=host --userns=host --uts=host -v /var/cache/dnf:/var/cache/dnf:O \
|
||||
--pid=host --ipc=host --network=host --userns=host --uts=host -v /var/cache/dnf:/var/cache/dnf \
|
||||
--manifest code.lightstands.xyz/standcoded/fedora:40 .
|
||||
env:
|
||||
BUILDAH_ISOLATION: chroot
|
||||
|
|
Loading…
Add table
Reference in a new issue