From e3170aea2272a0f07849fdfb1516180d2a8451f8 Mon Sep 17 00:00:00 2001 From: welkin22 <136572398+welkin22@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:28:10 +0800 Subject: [PATCH] fix(ci): support building arm64 architecture (#165) --- .github/workflows/docker-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-release.yaml b/.github/workflows/docker-release.yaml index 8411bf07d3..8a80dbbd29 100644 --- a/.github/workflows/docker-release.yaml +++ b/.github/workflows/docker-release.yaml @@ -43,4 +43,4 @@ jobs: provenance: false tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - \ No newline at end of file + platforms: linux/amd64,linux/arm64