Compare commits

..

No commits in common. "26d465af3647a72071e20731b88113cd1f02e0d5" and "e1b1d9671f7dc489758fa29927461880a10404ba" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -1,9 +1,9 @@
export PLATFORM := linux/amd64
export BUILDER := $(shell which docker)
export REGISTRY := local
export REGISTRY := stagex
export MIRRORS := \
https://git.distrust.co/stagex \
stagex
https://git.distrust.co/${REGISTRY} \
${REGISTRY}
clean_logs := $(shell rm *.log 2>&1 >/dev/null || :)

View File

@ -96,4 +96,3 @@ COPY --from=build1 /rootfs /
FROM scratch as package
COPY --from=install / /
CMD ["x86/bin/kaem","--version"]