Skip to content

Commit

Permalink
add QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Dec 19, 2024
1 parent dcc02b0 commit 2ca1748
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ jobs:
name: "[build] docker images (excluding frontend)"
steps:
- uses: actions/checkout@v4
- name: setup QEMU
uses: docker/setup-qemu-action@v3
- name: setup docker buildx
id: buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -311,6 +313,8 @@ jobs:
name: "[build] docker images (frontend-only)"
steps:
- uses: actions/checkout@v4
- name: setup QEMU
uses: docker/setup-qemu-action@v3
- name: setup docker buildx
id: buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 2ca1748

Please sign in to comment.