Removed local proxy

This commit is contained in:
2026-04-27 23:12:27 +08:00
parent 7ade7498c9
commit dcb4d8d4c6
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
build.env.work
.DS_Store
clitools/bin
packages/

View File

@@ -41,4 +41,5 @@ ALPINE_HOSTNAME=monok8s-hostname
BUILD_TAG=MONOK8S
# Optional apt cache
APT_PROXY=apt-cacher-ng.eco-system.svc.cluster.local:3142
# example: apt-cacher-ng.eco-system.svc.cluster.local:3142
APT_PROXY=

View File

@@ -1,4 +1,5 @@
include build.env
-include build.env.work
export
TAG ?= dev