From 6ff610f5af5f2164344ccd3bf75a7aa1e0959d6f Mon Sep 17 00:00:00 2001 From: starry <115192496+sky22333@users.noreply.github.com> Date: Sun, 11 Jan 2026 00:09:48 +0800 Subject: [PATCH] Update docker-ghcr.yml --- .github/workflows/docker-ghcr.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-ghcr.yml b/.github/workflows/docker-ghcr.yml index d711391..51629f2 100644 --- a/.github/workflows/docker-ghcr.yml +++ b/.github/workflows/docker-ghcr.yml @@ -52,10 +52,9 @@ jobs: - name: Build and push Docker image run: | docker buildx build --push \ - --platform linux/amd64,linux/arm64 \ + --platform linux/amd64 \ --tag ghcr.io/${{ env.REPO_LOWER }}:${{ env.VERSION }} \ - --tag ghcr.io/${{ env.REPO_LOWER }}:latest \ --build-arg VERSION=${{ env.VERSION }} \ -f Dockerfile . env: - GHCR_PUBLIC: true \ No newline at end of file + GHCR_PUBLIC: true