Compare commits

..

No commits in common. "d7f6e6fe15c83296383a95d464e59ae42b4dc28e" and "a25eea37e48312c0d85d97855374c23d38eb0ac4" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ COPY --from=mtools . /
COPY --from=xz . /
COPY --from=grub . /
FROM base AS dev
FROM base as dev
COPY --from=gcc . /
COPY --from=glib . /
COPY --from=alsa-lib . /

View File

@ -1,7 +1,7 @@
VERSION := development
GIT_REF := $(shell git log -1 --format=%H)
GIT_AUTHOR := $(shell git log -1 --format=%an)
GIT_PUBKEY := $(shell git log -1 --format=%GK)
GIT_PUBKEY := $(shell git log -1 --format=%GP)
GIT_TIMESTAMP := $(shell git log -1 --format=%cd --date=iso)
export