Add arm64 to docker-publish workflow

This commit is contained in:
yangdx
2025-05-16 00:27:07 +08:00
parent e5b0807298
commit 451cff8756

View File

@@ -38,6 +38,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}