mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[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)
This commit is contained in:
parent
fe3831db1a
commit
20580bcbd4
5 changed files with 34 additions and 19 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue