Skip to content

Commit 1b7d323

Browse files
committed
edit eag
1 parent 0d3d6a3 commit 1b7d323

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,17 @@ jobs:
2121
username: pig4cloud
2222
password: a123.+-
2323

24+
- name: Set up QEMU
25+
uses: docker/setup-qemu-action@v3
26+
2427
- name: Set up Docker Buildx
2528
uses: docker/setup-buildx-action@v3
2629

2730
- name: Build and push
2831
uses: docker/build-push-action@v5
2932
with:
3033
context: .
34+
platforms: linux/amd64,linux/arm64
3135
push: true
3236
tags: |
3337
pig4cloud/markitdown:latest

0 commit comments

Comments
 (0)