8000
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 a645f6a commit 2aecba5Copy full SHA for 2aecba5
.github/workflows/build.yml
@@ -74,11 +74,21 @@ jobs:
74
target_arch: amd64
75
build_type: release
76
skip_test: skip
77
+ - os: ubuntu-20.04
78
+ build_target: android
79
+ target_arch: i386
80
+ build_type: release
81
+ skip_test: skip
82
- os: ubuntu-20.04
83
build_target: android
84
target_arch: arm64
85
86
87
88
89
+ target_arch: arm
90
91
92
- os: windows-2022
93
94
0 commit comments