This commit is contained in:
parent
9d37795e05
commit
004e408e28
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
--pid=host --ipc=host --network=host --userns=host --devpts=host --uts=host --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 \
|
||||
--pid=host --ipc=host --network=host --userns=host --devpts=host --uts=host --squash \
|
||||
--pid=host --ipc=host --network=host --userns=host --uts=host --squash \
|
||||
--manifest code.lightstands.xyz/standcoded/fedora:40 .
|
||||
- name: Push Images
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue