Compare commits
No commits in common. "68003564b2c98dc144989065331594c7adc921ac" and "a0224f7a1cdb2203e2c96ad20cd1e68e60748ba8" have entirely different histories.
68003564b2
...
a0224f7a1c
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 \
|
||||
--pid=host --ipc=host --network=host --userns=host --uts=host --squash \
|
||||
--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 --uts=host --squash \
|
||||
--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