Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme authored Oct 19, 2024
1 parent 3d32631 commit d4e4edd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,7 @@ jobs:
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/0.') }}
- name: Set up QEMU
run: |
docker run --privileged --rm -i registry.fedoraproject.org/fedora-minimal <<'EOF'
set -e
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
EOF
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"

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit d4e4edd

Please sign in to comment.