3333 runs_on : ["ubuntu-24.04-arm"]
3434 os_id : ["alpine"]
3535 os_version_id : ["edge"]
36- qbt_cross_name : ["armhf", "armv7", "aarch64", "riscv64", "x86_64", "x86"]
36+ qbt_cross_name :
37+ ["armhf", "armv7", "aarch64", "riscv64", "x86_64", "x86"]
3738 qbt_libtorrent_version : ["1.2", "2.0"]
3839 qbt_build_tool : [""]
3940 qbt_qbittorrent_tag : [""]
99100 printf '%s\n\n' "qbt_host_deps_repo=${set_qbt_host_deps_repo}" >> env.custom
100101
101102 - name : Host - Debian based specific env ${{ inputs.distinct_id }}
102- if : matrix.os_id != 'alpine'
103+ if : matrix.os_id != 'alpine'
103104 run : |
104105 printf '%s\n' "LANG=C.UTF-8" >> env.custom
105106 printf '%s\n' "LC_ALL=C.UTF-8" >> env.custom
@@ -113,9 +114,9 @@ jobs:
113114 - name : Host - Bootstrap docker container
114115 uses : userdocs/actions/qbt_docker@e8f57bd585c7bb6dcce011694d6772bab657abca # v1.0.7
115116 with :
116- os_id : ${{ matrix.os_id }}
117- os_version_id : ${{ matrix.os_version_id }}
118- additional_apps : " curl git"
117+ os_id : ${{ matrix.os_id }}
118+ os_version_id : ${{ matrix.os_version_id }}
119+ additional_apps : " curl git"
119120
120121 - name : Host - patches ${{ inputs.distinct_id }}
121122 if : hashFiles('patches/**') != ''
@@ -129,7 +130,7 @@ jobs:
129130 run : docker exec "${container_name}" bash "${script_name}" -bs-a
130131
131132 - name : Docker - glibc ${{ inputs.distinct_id }}
132- if : matrix.os_id != 'alpine'
133+ if : matrix.os_id != 'alpine'
133134 run : docker exec "${container_name}" bash "${script_name}" glibc
134135
135136 - name : Docker - zlib ${{ inputs.distinct_id }}
0 commit comments