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) --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0068c3964..914ce163f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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 -- cgit v1.2.3