Add arm/v7 image

Needed to run on a Raspberry Pi.

Arm/v6 would also be nice, but this does not seem to be supported by the current base image gcr.io/distroless/static:nonroot. So let's go with this for now.
This commit is contained in:
Joris Coenen
2021-04-30 16:39:05 +02:00
parent 5b65196d31
commit d7e6704314

View File

@@ -46,7 +46,7 @@ jobs:
with:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}