Use goproxy
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
chapeau 2023-10-22 22:13:14 +02:00
parent 3bc17d6aba
commit 0b1ef63ebc

View file

@ -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