Fixed platforms to include arm

This commit is contained in:
Felix Weiß
2024-01-01 17:33:04 +01:00
parent ea31f0402d
commit 4f9d607509

View File

@@ -34,6 +34,7 @@ jobs:
with:
context: ${{ github.workspace }}/src
file: ${{ github.workspace }}/src/DynDNSv2/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}