Skip to content

Commit e9863d7

Browse files
authored
Merge pull request #94 from metalefty/ci
CI (github-hosted): appliance-tools is now available on EPEL10
2 parents 1eca888 + f3719e3 commit e9863d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-rpi-github-hosted.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,8 @@ jobs:
124124
# Release string, 8.10, 9.5 or Kitten 10
125125
echo "release_str=${release_str}" >> $GITHUB_ENV
126126
127-
# Use AlmaLinux 9 to build 10 images since appliance-tools not available in 10 yet
127+
# Build 8 on 8, 9 on 9, 10 an 10-kitten on 10
128128
container_version=${version_major}
129-
[ "x${container_version}" = "x10" ] && container_version=9
130129
echo "container_version=${container_version}" >> $GITHUB_ENV
131130
132131
# Path to the python3-imgcreate fs.py

0 commit comments

Comments
 (0)