@@ -216,7 +216,7 @@ steps:
216
216
settings :
217
217
repo : rancher/k3d
218
218
auto_tag : true
219
- auto_tag_suffix : linux-amd64
219
+ auto_tag_suffix : dind- linux-amd64
220
220
dockerfile : Dockerfile
221
221
target : dind
222
222
context : .
@@ -277,42 +277,6 @@ platform:
277
277
arch : arm
278
278
279
279
steps :
280
- - name : build_push_binary
281
- environment :
282
- DOCKER_BUILDKIT : " 1"
283
- image : plugins/docker
284
- settings :
285
- repo : rancher/k3d
286
- auto_tag : true
287
- auto_tag_suffix : linux-arm
288
- dockerfile : Dockerfile
289
- target : binary-only
290
- context : .
291
- username :
292
- from_secret : docker_username
293
- password :
294
- from_secret : docker_password
295
- build_args :
296
- - GIT_TAG_OVERRIDE=${DRONE_TAG}
297
-
298
- - name : build_push_dind
299
- image : plugins/docker
300
- environment :
301
- DOCKER_BUILDKIT : " 1"
302
- settings :
303
- repo : rancher/k3d
304
- auto_tag : true
305
- auto_tag_suffix : linux-arm64
306
- dockerfile : Dockerfile
307
- target : dind
308
- context : .
309
- username :
310
- from_secret : docker_username
311
- password :
312
- from_secret : docker_password
313
- build_args :
314
- - GIT_TAG_OVERRIDE=${DRONE_TAG}
315
- - ARCH=arm
316
280
317
281
- name : build_push_proxy
318
282
image : plugins/docker
@@ -391,7 +355,7 @@ steps:
391
355
settings :
392
356
repo : rancher/k3d
393
357
auto_tag : true
394
- auto_tag_suffix : linux-arm64
358
+ auto_tag_suffix : dind- linux-arm64
395
359
dockerfile : Dockerfile
396
360
target : dind
397
361
context : .
@@ -462,7 +426,7 @@ steps:
462
426
from_secret : docker_password
463
427
spec : manifest.tmpl
464
428
auto_tag : true
465
- ignore_missing : false
429
+ ignore_missing : true # expected, as we dropped arm due to missing base image for that arch
466
430
467
431
- name : push_manifest_dind
468
432
image : plugins/manifest
@@ -473,7 +437,7 @@ steps:
473
437
from_secret : docker_password
474
438
spec : dind-manifest.tmpl
475
439
auto_tag : true
476
- ignore_missing : false
440
+ ignore_missing : true # expected, as we dropped arm due to missing base image for that arch
477
441
478
442
- name : push_manifest_proxy
479
443
image : plugins/manifest
0 commit comments