fix: remove ARM64 platform support to avoid Chrome installation issues
This commit is contained in:
2
.github/workflows/docker-release.yml
vendored
2
.github/workflows/docker-release.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64
|
||||||
tags: |
|
tags: |
|
||||||
xpzouying/xiaohongshu-mcp:${{ github.event.inputs.version }}
|
xpzouying/xiaohongshu-mcp:${{ github.event.inputs.version }}
|
||||||
xpzouying/xiaohongshu-mcp:latest
|
xpzouying/xiaohongshu-mcp:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user