@@ -83,34 +83,34 @@ jobs:
8383 arch : x86_32
8484 should-build : ${{ inputs.fullbuild }}
8585
86- - identifier : android-release (x86_64)
87- name : Android (x86_64) - template_release
88- runner : ubuntu-20.04
89- target : template_release
90- platform : android
91- arch : x86_64
92- should-build : ${{ inputs.fullbuild }}
93- - identifier : android-debug (x86_64)
94- name : Android (x86_64) - template_debug
95- runner : ubuntu-20.04
96- target : template_debug
97- platform : android
98- arch : x86_64
99- should-build : ${{ inputs.fullbuild }}
100- - identifier : android-release (arm64)
101- name : Android (arm64) - template_release
102- runner : ubuntu-20.04
103- target : template_release
104- platform : android
105- arch : arm64
106- should-build : ${{ inputs.fullbuild }}
107- - identifier : android-debug (arm64)
108- name : Android (arm64) - template_debug
109- runner : ubuntu-20.04
110- target : template_debug
111- platform : android
112- arch : arm64
113- should-build : ${{ inputs.fullbuild }}
86+ # - identifier: android-release (x86_64)
87+ # name: Android (x86_64) - template_release
88+ # runner: ubuntu-20.04
89+ # target: template_release
90+ # platform: android
91+ # arch: x86_64
92+ # should-build: ${{ inputs.fullbuild }}
93+ # - identifier: android-debug (x86_64)
94+ # name: Android (x86_64) - template_debug
95+ # runner: ubuntu-20.04
96+ # target: template_debug
97+ # platform: android
98+ # arch: x86_64
99+ # should-build: ${{ inputs.fullbuild }}
100+ # - identifier: android-release (arm64)
101+ # name: Android (arm64) - template_release
102+ # runner: ubuntu-20.04
103+ # target: template_release
104+ # platform: android
105+ # arch: arm64
106+ # should-build: ${{ inputs.fullbuild }}
107+ # - identifier: android-debug (arm64)
108+ # name: Android (arm64) - template_debug
109+ # runner: ubuntu-20.04
110+ # target: template_debug
111+ # platform: android
112+ # arch: arm64
113+ # should-build: ${{ inputs.fullbuild }}
114114
115115 - identifier : macos-release (universal)
116116 name : MacOS (universal) - template_release
0 commit comments