Skip to content

Commit fc643df

Browse files
authored
Updates for Fedora 44 release (#271)
- Add fedora-44 to packit copr builds - Update integration to use fedora-44 instead of fedora-43 Signed-off-by: John Eckersberg <jeckersb@redhat.com>
1 parent b807a2d commit fc643df

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.packit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
- centos-stream-10-aarch64
4141
- fedora-43-x86_64
4242
- fedora-43-aarch64
43+
- fedora-44-x86_64
44+
- fedora-44-aarch64
4345
- fedora-rawhide-x86_64
4446
- fedora-rawhide-aarch64
4547

crates/integration-tests/fixtures/Dockerfile.uki-only

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
#
1212
# Note: This requires ukify and systemd-boot packages in the base image.
1313

14-
ARG BASE_IMAGE=ghcr.io/bootc-dev/dev-bootc:fedora-43-uki
14+
ARG BASE_IMAGE=ghcr.io/bootc-dev/dev-bootc:fedora-44-uki
1515

1616
FROM ${BASE_IMAGE} AS builder
1717

18-
# Install ukify if not present (should be in fedora-43-uki)
18+
# Install ukify if not present (should be in fedora-44-uki)
1919
RUN command -v ukify || dnf install -y systemd-ukify
2020

2121
# Build UKI and place it in the standard /boot/EFI/Linux/ location

0 commit comments

Comments
 (0)