ci: add BUILDAH_ISOLATION=chroot
Some checks failed
/ build (push) Failing after 46s

This commit is contained in:
thislight 2024-07-13 21:50:13 +08:00
parent 56a7cbfacc
commit 4c348ca0f6
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -32,6 +32,8 @@ jobs:
buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs build --arch aarch64 \ 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 --squash \ --pid=host --ipc=host --network=host --userns=host --uts=host --squash \
--manifest code.lightstands.xyz/standcoded/fedora:40 . --manifest code.lightstands.xyz/standcoded/fedora:40 .
env:
BUILDAH_ISOLATION=chroot
- name: Push Images - name: Push Images
run: | run: |
buildah login code.lightstands.xyz \ buildah login code.lightstands.xyz \