summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-04-24 08:53:12 +0200
committerAlexandre Flament <alex@al-f.net>2021-04-28 14:40:00 +0200
commit20580bcbd458fa18c13bb9c1a32466ee5af48f97 (patch)
tree6667317d1953b92685bd094d0c23f791cd31d68d /Makefile
parentfe3831db1aa73ebda6eb12fa3a321002c176ccc1 (diff)
[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)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66008d33..2d760c49 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