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:
|
||||
- linux/amd64
|
||||
# - linux/arm64
|
||||
environment:
|
||||
- GOPROXY=http://goproxy.home:3000,direct
|
||||
when:
|
||||
- event: pull_request
|
||||
- event: push
|
||||
|
@ -29,6 +31,8 @@ steps:
|
|||
platforms:
|
||||
- linux/amd64
|
||||
# - linux/arm64
|
||||
environment:
|
||||
- GOPROXY=http://goproxy.home:3000,direct
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
|
Loading…
Reference in a new issue