Skip to content

Commit

Permalink
build: Update qemu-arm to v2.20 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Nov 12, 2024
1 parent b30479a commit 67d5fb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM scratch
COPY --from=qemux/qemu-arm:2.19 / /
COPY --from=qemux/qemu-arm:2.20 / /

ARG VERSION_ARG="0.0"
ARG VERSION_ARG="4.00"
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"
ARG DEBCONF_NONINTERACTIVE_SEEN="true"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ The example folder `/home/user/example` will be available as ` \\host.lan\Data`.

- you are not using "Docker Desktop for Linux" as it does not support KVM, instead make use of Docker Engine directly.

- it could help to add `privileged: true` to your compose file (or `sudo` to your `run` command), to rule out any permission issue.
- it could help to add `privileged: true` to your compose file (or `sudo` to your `docker run` command), to rule out any permission issue.

### Is this project legal?

Expand Down

0 comments on commit 67d5fb0

Please sign in to comment.