We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eedd87 commit f3719e3Copy full SHA for f3719e3
.github/workflows/build-rpi-github-hosted.yml
@@ -124,9 +124,8 @@ jobs:
124
# Release string, 8.10, 9.5 or Kitten 10
125
echo "release_str=${release_str}" >> $GITHUB_ENV
126
127
- # 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
128
container_version=${version_major}
129
- [ "x${container_version}" = "x10" ] && container_version=9
130
echo "container_version=${container_version}" >> $GITHUB_ENV
131
132
# Path to the python3-imgcreate fs.py
0 commit comments