Skip to content

Commit

Permalink
add qemu-arm-static
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Feb 28, 2024
1 parent 1d909ae commit ee5b493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ENV DEBUGGER "/usr/local/bin/box86"
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

COPY --from=qemu_build /usr/bin/qemu-i386-static /usr/bin/qemu-i386-static
COPY --from=qemu_build /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static

# hadolint ignore=DL3008
RUN set -x \
Expand Down
1 change: 1 addition & 0 deletions bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ENV DEBUGGER "/usr/local/bin/box86"
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

COPY --from=qemu_build /usr/bin/qemu-i386-static /usr/bin/qemu-i386-static
COPY --from=qemu_build /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static

# hadolint ignore=DL3008
RUN set -x \
Expand Down

0 comments on commit ee5b493

Please sign in to comment.