Skip to content

Commit 69c0372

Browse files
authored
feat: support multiarch build for reloader (#1050)
Signed-off-by: liubo02 <liubo02@pingcap.com>
1 parent bf786de commit 69c0372

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reloader-dockerhub.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
1515

16+
- name: Set up QEMU
17+
uses: docker/setup-qemu-action@v3
18+
1619
- name: Set up Docker Buildx
1720
uses: docker/setup-buildx-action@v3
1821

@@ -31,5 +34,6 @@ jobs:
3134
with:
3235
context: .
3336
file: reload/Dockerfile_buildx
37+
platforms: linux/amd64,linux/arm64
3438
push: true
3539
tags: pingcap/tidb-monitor-reloader:${{ steps.vars.outputs.image_tag }}

0 commit comments

Comments
 (0)