Skip to content

Commit 74d057a

Browse files
committed
ci(workflow): add QEMU setup step for multi-platform builds
This commit adds a step to set up QEMU in the GitHub Actions workflow, enabling support for building multi-platform Docker images.
1 parent bbd5516 commit 74d057a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Checkout code
2222
uses: actions/checkout@v4
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

0 commit comments

Comments
 (0)