added arm64 docker image

This commit is contained in:
2026-09-06 23:11:27 +08:00
parent 47d2280970
commit 74c7400957
+3 -1
View File
@@ -32,7 +32,9 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .
platforms: linux/amd64 platforms: |
linux/amd64
linux/arm64
push: true push: true
pull: true pull: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}