mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02: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
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
|
@ -121,4 +121,4 @@ jobs:
|
|||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
if: env.DOCKERHUB_USERNAME != null
|
||||
run: make -e GIT_URL=$(git remote get-url origin) docker.push
|
||||
run: make -e GIT_URL=$(git remote get-url origin) docker.buildx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue