From 544ef2af63c8409f90834fcd5295a3ccd58c894c Mon Sep 17 00:00:00 2001 From: wood chen Date: Sun, 23 Feb 2025 00:32:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=8F=96=E6=B6=88arm/64?= =?UTF-8?q?=E7=9A=84=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index ee38fbc..5f99ded 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -38,4 +38,4 @@ jobs: file: Dockerfile push: true tags: woodchen/${{ env.IMAGE_NAME }}:latest - platforms: linux/amd64,linux/arm64 \ No newline at end of file + platforms: linux/amd64 \ No newline at end of file