pass git revision to build process (#617)

This commit is contained in:
John
2022-07-17 11:14:46 +02:00
parent 76dafd4783
commit bb568abdd4
7 changed files with 23 additions and 8 deletions
+2
View File
@@ -13,9 +13,11 @@ WORKDIR /build
ARG TARGETARCH
ARG TARGETVARIANT
ARG EBUSD_VERSION
ARG GIT_REVISION
ENV EBUSD_ARCH $TARGETARCH$TARGETVARIANT
ENV EBUSD_VERSION $EBUSD_VERSION
ENV GIT_REVISION $GIT_REVISION
ADD . /build
RUN %EBUSD_MAKE%