Compare commits
No commits in common. "d7f6e6fe15c83296383a95d464e59ae42b4dc28e" and "a25eea37e48312c0d85d97855374c23d38eb0ac4" have entirely different histories.
d7f6e6fe15
...
a25eea37e4
|
@ -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 . /
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue