need versions on arm tags also

This commit is contained in:
thelamer 2019-05-22 14:04:23 -07:00
parent f296bb2096
commit c0f0f3fb0e
2 changed files with 4 additions and 0 deletions

View file

@ -37,6 +37,8 @@ RUN \
# Runtime stage # Runtime stage
FROM scratch FROM scratch
COPY --from=rootfs-stage /root-out/ / COPY --from=rootfs-stage /root-out/ /
ARG BUILD_DATE
ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL MAINTAINER="sparkyballs,TheLamer" LABEL MAINTAINER="sparkyballs,TheLamer"

View file

@ -37,6 +37,8 @@ RUN \
# Runtime stage # Runtime stage
FROM scratch FROM scratch
COPY --from=rootfs-stage /root-out/ / COPY --from=rootfs-stage /root-out/ /
ARG BUILD_DATE
ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL MAINTAINER="sparkyballs,TheLamer" LABEL MAINTAINER="sparkyballs,TheLamer"