-
-
Notifications
You must be signed in to change notification settings - Fork 43
use local GOPROXY #322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use local GOPROXY #322
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only one question.
09cab8f
to
ac5f0f2
Compare
/lgtm |
ac5f0f2
to
2a3a2d1
Compare
/lgtm |
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le | ||
.PHONY: docker-buildx | ||
docker-buildx: ## Build and push docker image for the manager for cross-platform support | ||
export GOPROXY=$(GOPROXY) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's better not to export GOPROXY If GOPROXY=""
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I opened #330 to fix this. Is that better?
What this PR does / why we need it
Which issue(s) this PR fixes
Fixes None
Special notes for your reviewer
For me, I can run like below as I will fail to push to inftyAI and failed for GFW.
Does this PR introduce a user-facing change?