Skip to content

Commit 82f0c5d

Browse files
committed
fix: arm
1 parent c7fa1ef commit 82f0c5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/slmcp-docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "v*"
99
paths:
1010
- "slmcp/**"
11+
- ".github/workflows/slmcp-docker.yml"
1112

1213
jobs:
1314
build-and-push:
@@ -18,6 +19,8 @@ jobs:
1819

1920
- name: Set up Docker Buildx
2021
uses: docker/setup-buildx-action@v3
22+
with:
23+
platforms: linux/amd64,linux/arm64
2124

2225
- name: Login to DockerHub
2326
uses: docker/login-action@v3
@@ -30,6 +33,7 @@ jobs:
3033
with:
3134
context: ./slmcp
3235
push: true
36+
platforms: linux/amd64,linux/arm64
3337
tags: |
3438
chaitin/safeline-mcp:latest
3539
chaitin/safeline-mcp:${{ github.ref_name }}

0 commit comments

Comments
 (0)