Skip to content

Commit eefd86c

Browse files
committed
actually switch to QEMU to be able to use multi-platform builds
multi-platform builds were introduced in r119557e but we actually need the QEMU based driver on github to work with that Signed-off-by: Felix Kronlage-Dammers <fkr@hazardous.org>
1 parent 3bd7e2f commit eefd86c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-docker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4
2626

27+
- name: Set up QEMU
28+
uses: docker/setup-qemu-action@v3
29+
30+
- name: Set up Docker Buildx
31+
uses: docker/setup-buildx-action@v3
32+
2733
- name: Log in to the Container registry
2834
uses: docker/login-action@v3
2935
with:

0 commit comments

Comments
 (0)