Update build.yml

multiple platforms
This commit is contained in:
JB
2023-09-28 23:26:05 +01:00
committed by GitHub
parent a786a0a526
commit 96b96e8248

View File

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