Revert "ci: try fix build again"

This reverts commit a0224f7a1c.
This commit is contained in:
thislight 2024-07-13 21:54:15 +08:00
parent a0224f7a1c
commit 52a7f91de1
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -27,10 +27,10 @@ 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 amd64 \
--squash \
--pid=host --ipc=host --network=host --userns=host --uts=host --squash \
--manifest code.lightstands.xyz/standcoded/fedora:40 . && \
buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs build --arch aarch64 \
--squash \
--pid=host --ipc=host --network=host --userns=host --uts=host --squash \
--manifest code.lightstands.xyz/standcoded/fedora:40 .
env:
BUILDAH_ISOLATION=chroot