add QEMU to runtime stages arm**

This commit is contained in:
sparklyballs 2019-03-11 19:55:06 +00:00
parent 5bf7ede168
commit 4280767abb
2 changed files with 6 additions and 0 deletions

View File

@ -206,6 +206,9 @@ LABEL maintainer="sparklyballs"
COPY --from=strip-stage /build/all/usr/ /usr/
COPY bandaid/aarch64/ /usr/lib/
# Add qemu to build on x86_64 systems
COPY qemu-aarch64-static /usr/bin
# install runtime packages
RUN \
apk add --no-cache \

View File

@ -198,6 +198,9 @@ ARG BEETS_VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="sparklyballs"
# Add qemu to build on x86_64 systems
COPY qemu-arm-static /usr/bin
# copy artifacts strip stage
COPY --from=strip-stage /build/all/usr/ /usr/