ci: build docker image for arm64

This commit is contained in:
Sami Rusani 2026-04-29 16:03:30 +02:00
parent fa0f6519b1
commit ef231069c9
1 changed files with 1 additions and 0 deletions

View File

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