@@ -339,7 +339,7 @@ workflows:
339
339
jobs :
340
340
- deploy-multi-arch-full-grid :
341
341
name : deploy-multi-arch-base
342
- platforms : linux/arm64,linux/amd64,linux/arm/v7
342
+ platforms : linux/arm64,linux/amd64
343
343
build-args : --push
344
344
make-targets : base_multi
345
345
machine-type : ubuntu2004arm64large
@@ -350,7 +350,7 @@ workflows:
350
350
- deploy-multi-arch-full-grid :
351
351
name : deploy-multi-arch-full-grid
352
352
requires : [deploy-multi-arch-base]
353
- platforms : linux/arm64,linux/amd64,linux/arm/v7
353
+ platforms : linux/arm64,linux/amd64
354
354
build-args : --push
355
355
make-targets : grid_multi
356
356
machine-type : ubuntu2004arm64
@@ -361,7 +361,7 @@ workflows:
361
361
- deploy-multi-arch-full-grid :
362
362
name : deploy-multi-arch-node-base
363
363
requires : [deploy-multi-arch-base]
364
- platforms : linux/arm64,linux/amd64,linux/arm/v7
364
+ platforms : linux/arm64,linux/amd64
365
365
build-args : --push
366
366
make-targets : node_base_multi
367
367
machine-type : ubuntu2004arm64large
@@ -372,7 +372,7 @@ workflows:
372
372
- deploy-multi-arch-full-grid :
373
373
name : deploy-multi-arch-firefox
374
374
requires : [deploy-multi-arch-node-base]
375
- platforms : linux/arm64,linux/amd64,linux/arm/v7
375
+ platforms : linux/arm64,linux/amd64
376
376
build-args : --push
377
377
make-targets : firefox_multi
378
378
machine-type : ubuntu2004arm64large
@@ -383,7 +383,7 @@ workflows:
383
383
- deploy-multi-arch-full-grid :
384
384
name : deploy-multi-arch-chromium
385
385
requires : [deploy-multi-arch-node-base]
386
- platforms : linux/arm64,linux/amd64,linux/arm/v7
386
+ platforms : linux/arm64,linux/amd64
387
387
build-args : --push
388
388
make-targets : chromium_multi
389
389
machine-type : ubuntu2004arm64large
@@ -394,7 +394,7 @@ workflows:
394
394
- deploy-multi-arch-full-grid :
395
395
name : deploy-multi-arch-release-notes
396
396
requires : [deploy-multi-arch-firefox,deploy-multi-arch-chromium]
397
- platforms : linux/arm64,linux/amd64,linux/arm/v7
397
+ platforms : linux/arm64,linux/amd64
398
398
build-args : --push
399
399
make-targets : tag_and_push_multi_arch_browser_images
400
400
machine-type : ubuntu2004arm64
0 commit comments