fix: add QEMU
This commit is contained in:
parent
4f72eb5cc9
commit
6d38bcdfbf
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test_common.yml
vendored
3
.github/workflows/test_common.yml
vendored
|
|
@ -26,6 +26,9 @@ jobs:
|
|||
matrix:
|
||||
os: ["ubuntu-latest", "macos-latest"]
|
||||
steps:
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue