File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -106,12 +106,14 @@ jobs:
106106 [ "x${release}" != "x" ] && echo "full_release_version=${release}" >> $GITHUB_ENV
107107 [ "x${version_major}" != "x" ] && echo "version_major=${version_major}" >> $GITHUB_ENV
108108 [ "x${version_minor}" != "x" ] && echo "version_minor=${version_minor}" >> $GITHUB_ENV
109+ # Use AlmaLinux 9 to build images since appliance-tools not available in 10 yet
110+ container_version=9
109111 [ "x${container_version}" != "x" ] && echo "container_version=${container_version}" >> $GITHUB_ENV
110112
111113 - name : Prepare some environment stuff
112114 run : |
113115 # Path to the python3-imgcreate fs.py
114- case ${{ inputs.version_major }} in
116+ case ${{ env.container_version }} in
115117 8)
116118 python3_imgcreate=/usr/lib/python3.6/site-packages/imgcreate/
117119 ;;
You can’t perform that action at this time.
0 commit comments