From f3719e34eb2465759effd9bfea400cfec5310d48 Mon Sep 17 00:00:00 2001 From: Koichiro Iwao Date: Thu, 7 Aug 2025 18:19:58 +0900 Subject: [PATCH] CI (github-hosted): appliance-tools is now available on EPEL10 --- .github/workflows/build-rpi-github-hosted.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-rpi-github-hosted.yml b/.github/workflows/build-rpi-github-hosted.yml index e1d8951..98d8a0d 100644 --- a/.github/workflows/build-rpi-github-hosted.yml +++ b/.github/workflows/build-rpi-github-hosted.yml @@ -124,9 +124,8 @@ jobs: # Release string, 8.10, 9.5 or Kitten 10 echo "release_str=${release_str}" >> $GITHUB_ENV - # Use AlmaLinux 9 to build 10 images since appliance-tools not available in 10 yet + # Build 8 on 8, 9 on 9, 10 an 10-kitten on 10 container_version=${version_major} - [ "x${container_version}" = "x10" ] && container_version=9 echo "container_version=${container_version}" >> $GITHUB_ENV # Path to the python3-imgcreate fs.py