Skip to content

Commit

Permalink
remove dependency to qemu-system-x86-microvm
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Oct 6, 2024
1 parent 60deacd commit 3dc8602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
RUN cargo install --git https://gitlab.com/virtio-fs/virtiofsd.git
FROM ubuntu:latest
RUN apt update
RUN apt install -y --no-install-recommends libcap-ng0 libseccomp2 qemu-system-x86 qemu-system-x86-microvm net-tools
RUN apt install -y --no-install-recommends libcap-ng0 libseccomp2 qemu-system-x86 net-tools
COPY --from=builder /usr/local/cargo/bin/virtiofsd /usr/bin/virtiofsd
RUN chmod 0755 /usr/bin/virtiofsd
END
Expand Down

0 comments on commit 3dc8602

Please sign in to comment.