Fix Armv7 Docker build

This commit is contained in:
Johann Bauer
2022-02-25 14:07:52 +01:00
parent 2309b12a31
commit 4377998232
2 changed files with 21 additions and 14 deletions

View File

@@ -316,14 +316,6 @@ jobs:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
-
name: Cache Docker layers
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
-
name: Login to Github Container Registry
uses: docker/login-action@v1
@@ -340,8 +332,8 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: ${{ steps.prepare.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
cache-from: type=gha
cache-to: type=gha,mode=max
-
name: Inspect image
run: |