Add arm arch when building docker image

This commit is contained in:
Yiorgis Gozadinos 2025-10-16 15:38:09 +03:00
parent a5384fe1bb
commit bddf20390b
No known key found for this signature in database

View file

@ -48,6 +48,7 @@ jobs:
with:
context: .
file: docker/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/${{ github.repository }}:${{ steps.version.outputs.version }}