Skip to content

Commit 956192b

Browse files
committed
fix(ci): build multi-plateforme linux/amd64,linux/arm64 QEMU
1 parent d2a4651 commit 956192b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
# Strip leading 'v' from tag refs; leave branches unchanged
4646
echo "IMAGE_TAG=${GITHUB_REF_NAME#v}" >> "$GITHUB_ENV"
4747
48+
- name: Set up QEMU
49+
uses: docker/setup-qemu-action@v3
50+
4851
- name: Set up Docker Buildx
4952
uses: docker/setup-buildx-action@v3
5053

0 commit comments

Comments
 (0)