File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ jobs:
5050 TARGET : arm64-v8a
5151 << : *defaults
5252
53- build_arm_x86 :
53+ build_x86 :
5454 environment :
5555 TARGET : i686
5656 << : *defaults
5757
58- build_arm_x86_64 :
58+ build_x86_64 :
5959 environment :
6060 TARGET : x86_64
6161 << : *defaults
@@ -101,8 +101,8 @@ workflows:
101101 - build_arm_v7a
102102 - build_arm_v7a_neon
103103 - build_arm_v8a
104- - build_arm_x86
105- - build_arm_x86_64
104+ - build_x86
105+ - build_x86_64
106106 - build_native_linux
107107 - hold :
108108 type : approval
@@ -111,8 +111,8 @@ workflows:
111111 - build_arm_v7a
112112 - build_arm_v7a_neon
113113 - build_arm_v8a
114- - build_arm_x86
115- - build_arm_x86_64
114+ - build_x86
115+ - build_x86_64
116116 - build_native_linux
117117 filters :
118118 branches :
You can’t perform that action at this time.
0 commit comments