Add multi-platform build in workflow (#419)
All checks were successful
CI / checks (push) Successful in 52s

This commit is contained in:
Axel Fahy
2025-09-20 15:41:02 +02:00
committed by GitHub
parent eb78848601
commit 8875b98980

View File

@@ -37,6 +37,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/${{ env.REPO }}:${{ github.ref_name }}