Compare commits

...

2 commits

Author SHA1 Message Date
thislight
68003564b2
ci: fix bad env syntax
Some checks failed
/ build (push) Failing after 49s
2024-07-13 21:57:33 +08:00
thislight
52a7f91de1
Revert "ci: try fix build again"
This reverts commit a0224f7a1c.
2024-07-13 21:54:15 +08:00

View file

@ -27,13 +27,13 @@ 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
BUILDAH_ISOLATION: chroot
- name: Push Images
run: |
buildah login code.lightstands.xyz \