default to local, but have mirrors available

This commit is contained in:
Lance Vick 2024-01-28 02:38:59 -08:00
parent e1b1d9671f
commit a3168db8e2
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 3 additions and 3 deletions

View File

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