Compare commits
2 commits
a0224f7a1c
...
68003564b2
Author | SHA1 | Date | |
---|---|---|---|
|
68003564b2 | ||
|
52a7f91de1 |
1 changed files with 3 additions and 3 deletions
|
@ -27,13 +27,13 @@ jobs:
|
||||||
cd fedora-40 && \
|
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 manifest create code.lightstands.xyz/standcoded/fedora:40 && \
|
||||||
buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs build --arch amd64 \
|
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 . && \
|
--manifest code.lightstands.xyz/standcoded/fedora:40 . && \
|
||||||
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 \
|
||||||
--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:
|
env:
|
||||||
BUILDAH_ISOLATION=chroot
|
BUILDAH_ISOLATION: chroot
|
||||||
- name: Push Images
|
- name: Push Images
|
||||||
run: |
|
run: |
|
||||||
buildah login code.lightstands.xyz \
|
buildah login code.lightstands.xyz \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue