Added "/v7" to arm

This commit is contained in:
Aune 2023-02-03 13:46:45 +01:00 committed by GitHub
parent 580b6c9325
commit a5b6d8327f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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