Skip to content

Commit f3ebc41

Browse files
author
Robert Sachunsky
committed
CD: add QEMU for multi-platform buildx
1 parent 0d03b07 commit f3ebc41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
# we need tags for docker version tagging
3737
fetch-tags: true
3838
fetch-depth: 0
39+
- # Add support for more CPU platforms
40+
name: Set up QEMU
41+
uses: docker/setup-qemu-action@v3
3942
- # Activate cache export feature to reduce build time of images
4043
name: Set up Docker Buildx
4144
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)