File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -109,14 +109,7 @@ jobs:
109
109
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/0.') }}
110
110
111
111
- name : Set up QEMU
112
- run : |
113
- docker run --privileged --rm -i registry.fedoraproject.org/fedora-minimal <<'EOF'
114
- set -e
115
- microdnf install --assumeyes --nodocs --setopt=install_weak_deps=False qemu-user-static systemd-udev
116
- mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
117
- /usr/lib/systemd/systemd-binfmt --unregister
118
- /usr/lib/systemd/systemd-binfmt
119
- EOF
112
+ run : docker run --privileged --rm registry.fedoraproject.org/fedora-minimal /bin/sh -c "microdnf install --assumeyes --nodocs --setopt=install_weak_deps=False qemu-user-static systemd-udev && mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc && /usr/lib/systemd/systemd-binfmt --unregister && /usr/lib/systemd/systemd-binfmt"
120
113
121
114
- name : Set up Docker Buildx
122
115
uses : docker/setup-buildx-action@v3
You can’t perform that action at this time.
0 commit comments