File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 415
415
<configuration >
416
416
<autoCreateCustomNetworks >true</autoCreateCustomNetworks >
417
417
<showLogs >true</showLogs >
418
+ <buildx >
419
+ <platforms >
420
+ <platform >linux/amd64</platform >
421
+ <platform >linux/arm64</platform >
422
+ </platforms >
423
+ </buildx >
418
424
<images >
419
425
<image >
420
426
<name >arpnetworking/mad/kafka:${docker.image.tag} </name >
428
434
<cacheFrom >
429
435
<image >docker.arpnetworking.com/arpnetworking/mad/kafka:cache-base</image >
430
436
</cacheFrom >
431
-
437
+ <buildx >
438
+ <platforms >
439
+ <platform >linux/amd64</platform >
440
+ <platform >linux/arm64</platform >
441
+ </platforms >
442
+ </buildx >
432
443
</build >
433
444
<run >
434
445
<network >
459
470
<cacheFrom >
460
471
<image >docker.arpnetworking.com/arpnetworking/mad:cache-base</image >
461
472
</cacheFrom >
473
+ <buildx >
474
+ <platforms >
475
+ <platform >linux/amd64</platform >
476
+ <platform >linux/arm64</platform >
477
+ </platforms >
478
+ </buildx >
462
479
</build >
463
480
<run >
464
481
<dependsOn >
You can’t perform that action at this time.
0 commit comments