Skip to content

Commit e6b050f

Browse files
author
Sergii Pylypenko
committed
XSDL: enabled all architectures for Github workflow
1 parent 4e11cf7 commit e6b050f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/xserver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
APP_NAME: xserver
3232
# It takes one hour per one architecture to build Boost and ICU libraries, and Github limits CI script duration to 6 hours
33-
ARCH_LIST: armeabi-v7a # arm64-v8a x86 x86_64
33+
ARCH_LIST: armeabi-v7a arm64-v8a x86 x86_64
3434
ANDROID_BUILD_TOOLS: 35.0.0
3535

3636
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)