default to local, but have mirrors available
This commit is contained in:
parent
e1b1d9671f
commit
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 || :)
|
||||
|
||||
|
|
Reference in New Issue