Skip to content

Commit 99ed92d

Browse files
committedNov 4, 2024·
Fix building multi-platform images in CI
1 parent 9d709ae commit 99ed92d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.github/workflows/docker.yml

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
packages: write
2222

2323
steps:
24+
- name: Set up QEMU
25+
uses: docker/setup-qemu-action@v3
26+
27+
- name: Set up Docker Buildx
28+
uses: docker/setup-buildx-action@v3
29+
2430
- name: Checkout repository
2531
uses: actions/checkout@v4
2632

0 commit comments

Comments
 (0)
Please sign in to comment.