Use goproxy
This commit is contained in:
parent
3bc17d6aba
commit
0b1ef63ebc
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,8 @@ steps:
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
# - linux/arm64
|
# - linux/arm64
|
||||||
|
environment:
|
||||||
|
- GOPROXY=http://goproxy.home:3000,direct
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
- event: push
|
- event: push
|
||||||
|
@ -29,6 +31,8 @@ steps:
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
# - linux/arm64
|
# - linux/arm64
|
||||||
|
environment:
|
||||||
|
- GOPROXY=http://goproxy.home:3000,direct
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
|
|
Loading…
Reference in a new issue