Skip to content

Commit 5cf3044

Browse files
committed
CI (github-hosted): Use AlmaLinux 9 to build RPi image
1 parent b21b7fb commit 5cf3044

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
;;

0 commit comments

Comments
 (0)