@@ -12,6 +12,7 @@ services:
12
12
- MAKEOPT
13
13
- CURVER
14
14
- PKG_RELEASE=centos67
15
+ - PROXYSQL_BUILD_ARCH=x86_64
15
16
command :
16
17
- /opt/entrypoint/entrypoint.bash
17
18
centos67_dbg_build :
@@ -27,6 +28,7 @@ services:
27
28
- CURVER
28
29
- PKG_RELEASE=dbg-centos67
29
30
- PROXYSQL_BUILD_TYPE=debug
31
+ - PROXYSQL_BUILD_ARCH=x86_64
30
32
command :
31
33
- /opt/entrypoint/entrypoint.bash
32
34
centos7_build :
@@ -41,6 +43,7 @@ services:
41
43
- CURVER
42
44
- PKG_RELEASE=centos7
43
45
- PROXYSQL_BUILD_TYPE=clickhouse
46
+ - PROXYSQL_BUILD_ARCH=x86_64
44
47
command :
45
48
- /opt/entrypoint/entrypoint.bash
46
49
centos7_arm64_build :
@@ -70,6 +73,7 @@ services:
70
73
- CURVER
71
74
- PKG_RELEASE=dbg-centos7
72
75
- PROXYSQL_BUILD_TYPE=debug
76
+ - PROXYSQL_BUILD_ARCH=x86_64
73
77
command :
74
78
- /opt/entrypoint/entrypoint.bash
75
79
centos8_build :
@@ -84,6 +88,7 @@ services:
84
88
- CURVER
85
89
- PKG_RELEASE=centos8
86
90
- PROXYSQL_BUILD_TYPE=clickhouse
91
+ - PROXYSQL_BUILD_ARCH=x86_64
87
92
command :
88
93
- /opt/entrypoint/entrypoint.bash
89
94
centos8_arm64_build :
@@ -113,6 +118,7 @@ services:
113
118
- CURVER
114
119
- PKG_RELEASE=dbg-centos8
115
120
- PROXYSQL_BUILD_TYPE=debug
121
+ - PROXYSQL_BUILD_ARCH=x86_64
116
122
command :
117
123
- /opt/entrypoint/entrypoint.bash
118
124
fedora24_build :
@@ -127,6 +133,7 @@ services:
127
133
- CURVER
128
134
- PKG_RELEASE=fedora24
129
135
- PROXYSQL_BUILD_TYPE=clickhouse
136
+ - PROXYSQL_BUILD_ARCH=x86_64
130
137
command :
131
138
- /opt/entrypoint/entrypoint.bash
132
139
fedora24_dbg_build :
@@ -141,6 +148,7 @@ services:
141
148
- CURVER
142
149
- PKG_RELEASE=dbg-fedora24
143
150
- PROXYSQL_BUILD_TYPE=debug
151
+ - PROXYSQL_BUILD_ARCH=x86_64
144
152
command :
145
153
- /opt/entrypoint/entrypoint.bash
146
154
fedora27_build :
@@ -155,6 +163,7 @@ services:
155
163
- CURVER
156
164
- PKG_RELEASE=fedora27
157
165
- PROXYSQL_BUILD_TYPE=clickhouse
166
+ - PROXYSQL_BUILD_ARCH=x86_64
158
167
command :
159
168
- /opt/entrypoint/entrypoint.bash
160
169
fedora27_dbg_build :
@@ -169,6 +178,7 @@ services:
169
178
- CURVER
170
179
- PKG_RELEASE=dbg-fedora27
171
180
- PROXYSQL_BUILD_TYPE=debug
181
+ - PROXYSQL_BUILD_ARCH=x86_64
172
182
command :
173
183
- /opt/entrypoint/entrypoint.bash
174
184
fedora28_build :
@@ -183,6 +193,7 @@ services:
183
193
- CURVER
184
194
- PKG_RELEASE=fedora28
185
195
- PROXYSQL_BUILD_TYPE=clickhouse
196
+ - PROXYSQL_BUILD_ARCH=x86_64
186
197
command :
187
198
- /opt/entrypoint/entrypoint.bash
188
199
fedora28_dbg_build :
@@ -197,6 +208,7 @@ services:
197
208
- CURVER
198
209
- PKG_RELEASE=dbg-fedora28
199
210
- PROXYSQL_BUILD_TYPE=debug
211
+ - PROXYSQL_BUILD_ARCH=x86_64
200
212
command :
201
213
- /opt/entrypoint/entrypoint.bash
202
214
fedora32_arm64_build :
@@ -225,6 +237,7 @@ services:
225
237
- MAKEOPT
226
238
- CURVER
227
239
- PKG_RELEASE=debian8
240
+ - PROXYSQL_BUILD_ARCH=amd64
228
241
command :
229
242
- /opt/entrypoint/entrypoint.bash
230
243
debian8_dbg_build :
@@ -239,6 +252,7 @@ services:
239
252
- CURVER
240
253
- PKG_RELEASE=dbg-debian8
241
254
- PROXYSQL_BUILD_TYPE=debug
255
+ - PROXYSQL_BUILD_ARCH=amd64
242
256
command :
243
257
- /opt/entrypoint/entrypoint.bash
244
258
debian9_build :
@@ -253,6 +267,7 @@ services:
253
267
- CURVER
254
268
- PKG_RELEASE=debian9
255
269
- PROXYSQL_BUILD_TYPE=clickhouse
270
+ - PROXYSQL_BUILD_ARCH=amd64
256
271
command :
257
272
- /opt/entrypoint/entrypoint.bash
258
273
debian9_arm64_build :
@@ -282,6 +297,7 @@ services:
282
297
- CURVER
283
298
- PKG_RELEASE=dbg-debian9
284
299
- PROXYSQL_BUILD_TYPE=debug
300
+ - PROXYSQL_BUILD_ARCH=amd64
285
301
command :
286
302
- /opt/entrypoint/entrypoint.bash
287
303
debian9.4_build :
@@ -296,6 +312,7 @@ services:
296
312
- CURVER
297
313
- PKG_RELEASE=debian9.4
298
314
- PROXYSQL_BUILD_TYPE=clickhouse
315
+ - PROXYSQL_BUILD_ARCH=amd64
299
316
command :
300
317
- /opt/entrypoint/entrypoint.bash
301
318
debian9.4_dbg_build :
@@ -310,6 +327,7 @@ services:
310
327
- CURVER
311
328
- PKG_RELEASE=dbg-debian9.4
312
329
- PROXYSQL_BUILD_TYPE=debug
330
+ - PROXYSQL_BUILD_ARCH=amd64
313
331
command :
314
332
- /opt/entrypoint/entrypoint.bash
315
333
debian10_build :
@@ -324,6 +342,7 @@ services:
324
342
- CURVER
325
343
- PKG_RELEASE=debian10
326
344
- PROXYSQL_BUILD_TYPE=clickhouse
345
+ - PROXYSQL_BUILD_ARCH=amd64
327
346
command :
328
347
- /opt/entrypoint/entrypoint.bash
329
348
debian10_arm64_build :
@@ -353,6 +372,7 @@ services:
353
372
- CURVER
354
373
- PKG_RELEASE=dbg-debian10
355
374
- PROXYSQL_BUILD_TYPE=debug
375
+ - PROXYSQL_BUILD_ARCH=amd64
356
376
command :
357
377
- /opt/entrypoint/entrypoint.bash
358
378
ubuntu14_build :
@@ -366,6 +386,7 @@ services:
366
386
- MAKEOPT
367
387
- CURVER
368
388
- PKG_RELEASE=ubuntu14
389
+ - PROXYSQL_BUILD_ARCH=amd64
369
390
command :
370
391
- /opt/entrypoint/entrypoint.bash
371
392
ubuntu14_dbg_build :
@@ -380,6 +401,7 @@ services:
380
401
- CURVER
381
402
- PKG_RELEASE=dbg-ubuntu14
382
403
- PROXYSQL_BUILD_TYPE=debug
404
+ - PROXYSQL_BUILD_ARCH=amd64
383
405
command :
384
406
- /opt/entrypoint/entrypoint.bash
385
407
ubuntu16_build :
@@ -394,6 +416,7 @@ services:
394
416
- CURVER
395
417
- PKG_RELEASE=ubuntu16
396
418
- PROXYSQL_BUILD_TYPE=clickhouse
419
+ - PROXYSQL_BUILD_ARCH=amd64
397
420
command :
398
421
- /opt/entrypoint/entrypoint.bash
399
422
ubuntu16_dbg_build :
@@ -408,6 +431,7 @@ services:
408
431
- CURVER
409
432
- PKG_RELEASE=dbg-ubuntu16
410
433
- PROXYSQL_BUILD_TYPE=debug
434
+ - PROXYSQL_BUILD_ARCH=amd64
411
435
command :
412
436
- /opt/entrypoint/entrypoint.bash
413
437
ubuntu18_build :
@@ -422,6 +446,7 @@ services:
422
446
- CURVER
423
447
- PKG_RELEASE=ubuntu18
424
448
- PROXYSQL_BUILD_TYPE=clickhouse
449
+ - PROXYSQL_BUILD_ARCH=amd64
425
450
command :
426
451
- /opt/entrypoint/entrypoint.bash
427
452
ubuntu18_arm64_build :
@@ -451,6 +476,7 @@ services:
451
476
- CURVER
452
477
- PKG_RELEASE=dbg-ubuntu18
453
478
- PROXYSQL_BUILD_TYPE=debug
479
+ - PROXYSQL_BUILD_ARCH=amd64
454
480
command :
455
481
- /opt/entrypoint/entrypoint.bash
456
482
ubuntu20_build :
@@ -465,6 +491,7 @@ services:
465
491
- CURVER
466
492
- PKG_RELEASE=ubuntu20
467
493
- PROXYSQL_BUILD_TYPE=clickhouse
494
+ - PROXYSQL_BUILD_ARCH=amd64
468
495
command :
469
496
- /opt/entrypoint/entrypoint.bash
470
497
ubuntu20_arm64_build :
@@ -494,5 +521,6 @@ services:
494
521
- CURVER
495
522
- PKG_RELEASE=dbg-ubuntu20
496
523
- PROXYSQL_BUILD_TYPE=debug
524
+ - PROXYSQL_BUILD_ARCH=amd64
497
525
command :
498
526
- /opt/entrypoint/entrypoint.bash
0 commit comments