From 223d9e146b0805dc0127eba0eb1af44ea75c5dd3 Mon Sep 17 00:00:00 2001 From: zy Date: Tue, 30 Sep 2025 01:53:28 +0800 Subject: [PATCH] fix: remove ARM64 platform support to avoid Chrome installation issues --- .github/workflows/docker-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 33932d4..e8ee901 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -32,7 +32,7 @@ jobs: with: context: . push: true - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 tags: | xpzouying/xiaohongshu-mcp:${{ github.event.inputs.version }} xpzouying/xiaohongshu-mcp:latest