Add arm/v6 image for older RPI

This commit is contained in:
Antony Messerli 2022-10-04 15:48:54 -05:00 committed by GitHub
parent 9028ce1c48
commit dcbf008fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ jobs:
push: true
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
build-args: |
WEBAPP_VERSION=${{ env.WEBAPP_RELEASE }}
VERSION=${{ env.VERSION_TAG }}