From 20580bcbd458fa18c13bb9c1a32466ee5af48f97 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 24 Apr 2021 08:53:12 +0200 Subject: [docker] multiarch support: linux/amd64,linux/arm64,linux/arm/v7 make docker.buildx : build and push multiarch build. (it can't be only build) use buildx with the --cache-from and --cache-to options to cache the layers (only the last built is cached) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 66008d33e..2d760c496 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ MANAGE += buildenv MANAGE += babel.compile MANAGE += data.all data.languages data.useragents MANAGE += docs.html docs.live docs.gh-pages docs.prebuild docs.clean -MANAGE += docker.build docker.push +MANAGE += docker.build docker.push docker.buildx MANAGE += gecko.driver MANAGE += node.env node.clean MANAGE += py.build py.clean -- cgit v1.2.3