summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-04-30 16:20:33 +0200
committerGitHub <noreply@github.com>2021-04-30 16:20:33 +0200
commit0ff14fd3ecc6f7669d2148c0e90b8b15bf763038 (patch)
treed6303520a5c95cc735bd6db611f0ff6e5a1b80e2 /Makefile
parente5bcc3cbbecb067b0acd8a7c061d9a16453381ed (diff)
parent20580bcbd458fa18c13bb9c1a32466ee5af48f97 (diff)
Merge pull request #22 from searxng/docker-buildx
[docker] multiarch build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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