Skip to content

Commit 21c99ff

Browse files
committed
disable arm64 build to see if it fixes segfault
1 parent 4502e70 commit 21c99ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ jobs:
4545
ghcr.io/evalstate/hf-mcp-server:${{ steps.version.outputs.version }}
4646
cache-from: type=gha
4747
cache-to: type=gha,mode=max
48-
platforms: linux/amd64,linux/arm64
48+
platforms: linux/amd64
49+
#,linux/arm64

0 commit comments

Comments
 (0)