From 1e17944e4a902474f1ed12fdfbad0b7dbc8e5f48 Mon Sep 17 00:00:00 2001 From: MartialBE Date: Thu, 26 Oct 2023 22:00:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20=E5=88=A0=E9=99=A4arm=20docker?= =?UTF-8?q?=E5=88=9B=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/private-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/private-docker.yml b/.github/workflows/private-docker.yml index ab823a36..9c0fda98 100644 --- a/.github/workflows/private-docker.yml +++ b/.github/workflows/private-docker.yml @@ -48,7 +48,7 @@ jobs: uses: docker/build-push-action@v4 with: context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 build-args: | COMMIT_SHA=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }} push: true