Compare commits

...

2 Commits

Author SHA1 Message Date
Anton Livaja d7f6e6fe15
fix pub key extraction 2025-02-03 23:10:32 -05:00
Anton Livaja 30df22190a
fix casing for oci directive 2025-02-03 23:10:03 -05:00
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=%GP)
GIT_PUBKEY := $(shell git log -1 --format=%GK)
GIT_TIMESTAMP := $(shell git log -1 --format=%cd --date=iso)
export