Skip to content

Commit fde8da4

Browse files
committed
Use setup-qemu-action instead of missing qemu apt package
1 parent 01b7f5b commit fde8da4

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/build-validation.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@ jobs:
5252
with:
5353
bun-version: "latest"
5454

55-
- name: Setup binfmt and QEMU
56-
run: |
57-
sudo apt update
58-
sudo apt install -y qemu binfmt-support qemu-user-static
59-
update-binfmts --display
55+
- name: Setup QEMU
56+
uses: docker/setup-qemu-action@v3
57+
with:
58+
platforms: amd64,arm64
6059

6160
- name: Setup ldid
6261
run: |

0 commit comments

Comments
 (0)