also build for ARM

This commit is contained in:
Chris 2023-11-13 10:07:53 +01:00
parent e47634cc8a
commit 41c412e40f

View file

@ -53,6 +53,7 @@ jobs:
with:
context: .
file: docker/Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}