feat: add ARM64 support to Docker build

This commit is contained in:
MacBook
2026-04-23 07:16:10 +02:00
parent f3ee7b47b9
commit ac8d73ef4f
+1
View File
@@ -40,6 +40,7 @@ jobs:
context: .
file: server/Dockerfile
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}