Skip to content

Commit c98bb0c

Browse files
ci: Add QEMU setup and specify platforms for FastMCP image build in ci-deploy workflow
1 parent 5ae32b5 commit c98bb0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@ jobs:
3030
- name: Set up Docker Buildx
3131
uses: docker/setup-buildx-action@v3
3232

33+
- name: Set up QEMU
34+
uses: docker/setup-qemu-action@v3
35+
3336
- name: Build and push FastMCP image
3437
uses: docker/build-push-action@v5
3538
with:
39+
platforms: linux/amd64,linux/arm64
3640
context: .
3741
target: fastmcp
3842
push: true

0 commit comments

Comments
 (0)