fedora-40: fix name error
All checks were successful
/ build (push) Successful in 5m33s

This commit is contained in:
thislight 2024-07-14 16:01:45 +08:00
parent 51ce2fc7c2
commit 8febe54523
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
2 changed files with 3 additions and 3 deletions

View file

@ -28,10 +28,10 @@ jobs:
- name: Build Minimal Images
run: |
cd fedora-40-minimal && \
buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs manifest create code.lightstands.xyz/standcoded/fedora:40-minimal && \
buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs manifest create code.lightstands.xyz/standcoded/fedora-minimal: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 -v /var/cache/dnf:/var/cache/dnf \
--manifest code.lightstands.xyz/standcoded/fedora:40-minimal .
--manifest code.lightstands.xyz/standcoded/fedora-minimal:40 .
env:
BUILDAH_ISOLATION: chroot
- name: Build Images

View file

@ -1,4 +1,4 @@
FROM code.lightstands.xyz/standcoded/fedora:40-minimal
FROM code.lightstands.xyz/standcoded/fedora-minimal:40
RUN dnf install -y --setopt install_weak_deps=False sqlite-devel binutils