Compare commits
2 Commits
e1b1d9671f
...
26d465af36
Author | SHA1 | Date |
---|---|---|
Lance Vick | 26d465af36 | |
Lance Vick | a3168db8e2 |
6
Makefile
6
Makefile
|
@ -1,9 +1,9 @@
|
|||
export PLATFORM := linux/amd64
|
||||
export BUILDER := $(shell which docker)
|
||||
export REGISTRY := stagex
|
||||
export REGISTRY := local
|
||||
export MIRRORS := \
|
||||
https://git.distrust.co/${REGISTRY} \
|
||||
${REGISTRY}
|
||||
https://git.distrust.co/stagex \
|
||||
stagex
|
||||
|
||||
clean_logs := $(shell rm *.log 2>&1 >/dev/null || :)
|
||||
|
||||
|
|
|
@ -96,3 +96,4 @@ COPY --from=build1 /rootfs /
|
|||
|
||||
FROM scratch as package
|
||||
COPY --from=install / /
|
||||
CMD ["x86/bin/kaem","--version"]
|
||||
|
|
Reference in New Issue