File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
matrix :
18
18
include :
19
19
- os : ubuntu-22.04
20
- - os : ubuntu-22.04-arm64-2core
20
+ - os : ubuntu-22.04-arm
21
21
22
22
name : ${{ matrix.os }}
23
23
runs-on : ${{ matrix.os }}
39
39
python3 -m aqt install-qt linux desktop $QT_VERSION linux_gcc_64 -O /tmp/qt
40
40
41
41
- name : Install Qt
42
- if : matrix.os == 'ubuntu-22.04-arm64-2core '
42
+ if : matrix.os == 'ubuntu-22.04-arm '
43
43
run : |
44
44
python3 -m aqt install-qt linux_arm64 desktop $QT_VERSION linux_gcc_arm64 -O /tmp/qt
45
45
56
56
cp build-amd64/deploy/*.AppImage executables
57
57
58
58
- name : Build for Linux arm64
59
- if : matrix.os == 'ubuntu-22.04-arm64-2core '
59
+ if : matrix.os == 'ubuntu-22.04-arm '
60
60
run : |
61
61
chmod +x /tmp/qt/$QT_VERSION/gcc_arm64/bin/qt-cmake
62
62
/tmp/qt/$QT_VERSION/gcc_arm64/bin/qt-cmake \
92
92
uses : actions/cache/restore@v4
93
93
with :
94
94
fail-on-cache-miss : true
95
- key : ubuntu-22.04-arm64-2core -${{ github.run_id }}-${{ github.run_attempt }}
95
+ key : ubuntu-22.04-arm -${{ github.run_id }}-${{ github.run_attempt }}
96
96
path : executables
97
97
98
98
- name : Publish executables
You can’t perform that action at this time.
0 commit comments