enable the other architectures

This commit is contained in:
jonaswinkler 2021-01-10 17:46:43 +01:00
parent f6da608154
commit 8430aa75da

View File

@ -125,7 +125,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/arm/v7 # linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: jonaswinkler/paperless-ng:${{ steps.prepare.outputs.version }}
cache-from: type=local,src=/tmp/.buildx-cache