From 260d469c0d3e045890218f82cba94e130e8c19d7 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Fri, 15 May 2026 09:16:41 -0400 Subject: [PATCH] Updates for Fedora 44 release - Add fedora-44 to packit copr builds - Update integration to use fedora-44 instead of fedora-43 Signed-off-by: John Eckersberg --- .packit.yaml | 2 ++ crates/integration-tests/fixtures/Dockerfile.uki-only | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 065ee647c..0ce0deffa 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -40,6 +40,8 @@ jobs: - centos-stream-10-aarch64 - fedora-43-x86_64 - fedora-43-aarch64 + - fedora-44-x86_64 + - fedora-44-aarch64 - fedora-rawhide-x86_64 - fedora-rawhide-aarch64 diff --git a/crates/integration-tests/fixtures/Dockerfile.uki-only b/crates/integration-tests/fixtures/Dockerfile.uki-only index 7fe8e4f6b..a2e39e67b 100644 --- a/crates/integration-tests/fixtures/Dockerfile.uki-only +++ b/crates/integration-tests/fixtures/Dockerfile.uki-only @@ -11,11 +11,11 @@ # # Note: This requires ukify and systemd-boot packages in the base image. -ARG BASE_IMAGE=ghcr.io/bootc-dev/dev-bootc:fedora-43-uki +ARG BASE_IMAGE=ghcr.io/bootc-dev/dev-bootc:fedora-44-uki FROM ${BASE_IMAGE} AS builder -# Install ukify if not present (should be in fedora-43-uki) +# Install ukify if not present (should be in fedora-44-uki) RUN command -v ukify || dnf install -y systemd-ukify # Build UKI and place it in the standard /boot/EFI/Linux/ location