Skip to content

Commit aa602f2

Browse files
committed
chore(ci): add QEMU and Docker Buildx setup for multi-platform builds in GitHub Actions
1 parent 737d8fb commit aa602f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
1919

20+
- name: Set up QEMU
21+
uses: docker/setup-qemu-action@v3
22+
23+
- name: Set up Docker Buildx
24+
uses: docker/setup-buildx-action@v3
25+
2026
- name: Log in to the Container registry
2127
uses: docker/login-action@v3
2228
with:
@@ -28,6 +34,7 @@ jobs:
2834
with:
2935
context: .
3036
push: true
37+
platforms: linux/amd64,linux/arm64
3138
tags: |
3239
pig4cloud/markitdown:latest
3340
build-args: |

0 commit comments

Comments
 (0)