You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| .drone.yml | 3 years ago | |
| .gitignore | 3 years ago | |
| Dockerfile | 3 years ago | |
| Makefile | 3 years ago | |
| go.mod | 3 years ago | |
| main.go | 3 years ago | |
| readme.md | 3 years ago | |
readme.md
https://github.com/fenggolang/go-proxy
build arm64 on oracle k8s
cd /root
rm -rf goPrivoxy
git clone https://git.sre.ink/go/goPrivoxy.git
cd goPrivoxy
make build-linux-arm64
docker build -t sre/goprivoxy:arm64 .
kubectl -n sre rollout restart deployment go-privoxy
build amd64 on vm
cd /root
rm -rf goPrivoxy
git clone https://git.sre.ink/go/goPrivoxy.git
cd goPrivoxy
make build-linux-amd64