mirror of
https://github.com/linuxserver/docker-beets.git
synced 2026-02-20 02:34:56 +08:00
add QEMU to runtime stages arm**
This commit is contained in:
parent
5bf7ede168
commit
4280767abb
@ -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 \
|
||||
|
||||
@ -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/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user