add qemu-user-binfmt
Some checks failed
/ build (push) Failing after 45s

This commit is contained in:
thislight 2024-07-13 22:01:08 +08:00
parent 68003564b2
commit 6c8ae48223
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ jobs:
image: fedora:40
steps:
- name: Install Tools
run: 'dnf install -y --setopt install_weak_deps=False nodejs git buildah qemu-user-static fuse-overlayfs --exclude container-selinux'
run: 'dnf install -y --setopt install_weak_deps=False nodejs git buildah qemu-user-static qemu-user-binfmt fuse-overlayfs --exclude container-selinux'
- name: Checkout
uses: actions/checkout@v3
- name: Build Images