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:
50
50
TARGET : arm64-v8a
51
51
<< : *defaults
52
52
53
- build_arm_x86 :
53
+ build_x86 :
54
54
environment :
55
55
TARGET : i686
56
56
<< : *defaults
57
57
58
- build_arm_x86_64 :
58
+ build_x86_64 :
59
59
environment :
60
60
TARGET : x86_64
61
61
<< : *defaults
@@ -101,8 +101,8 @@ workflows:
101
101
- build_arm_v7a
102
102
- build_arm_v7a_neon
103
103
- build_arm_v8a
104
- - build_arm_x86
105
- - build_arm_x86_64
104
+ - build_x86
105
+ - build_x86_64
106
106
- build_native_linux
107
107
- hold :
108
108
type : approval
@@ -111,8 +111,8 @@ workflows:
111
111
- build_arm_v7a
112
112
- build_arm_v7a_neon
113
113
- build_arm_v8a
114
- - build_arm_x86
115
- - build_arm_x86_64
114
+ - build_x86
115
+ - build_x86_64
116
116
- build_native_linux
117
117
filters :
118
118
branches :
You can’t perform that action at this time.
0 commit comments