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 && \
|
||||
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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue