From 0281f0bca49277a3355cd9286b9bdeeeaa799778 Mon Sep 17 00:00:00 2001 From: smf Date: Tue, 30 Apr 2024 09:21:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=BB=85amd64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish_docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 005169b..8b2b9aa 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -28,7 +28,7 @@ on: platforms: required: false type: string - default: 'linux/amd64,linux/arm64' + default: 'linux/amd64' docker_image_name: required: false type: string