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 d7ff703 commit 64da7deCopy full SHA for 64da7de
.github/workflows/matrix_multi_build_and_release.yml
@@ -16,6 +16,7 @@ jobs:
16
libtorrent_version: ["1.2", "2.0"]
17
icu_step_name: [icu skipped, icu]
18
build_tool: ["", cmake]
19
+ qt_version: ["6.2"]
20
include:
21
- build_tool: "cmake"
22
build_tool_name: "cmake-"
@@ -57,6 +58,7 @@ jobs:
57
58
echo "qbt_build_tool=${{ matrix.build_tool }}" > env.custom
59
echo "qbt_cross_name=${{ matrix.arch_type }}" >> env.custom
60
echo "libtorrent_version=${{ matrix.libtorrent_version }}" >> env.custom
61
+ echo "qbt_qt_version=${{ matrix.qbt_qt_version }}" >> env.custom
62
63
- name: Host - Create docker multiarch container
64
run: docker run --name multiarch -it -d --env-file env.custom -w /root -v ${{ github.workspace }}:/root ${{ matrix.os_id }}:${{ matrix.os_version_id }}
0 commit comments