mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 00:46:30 +00:00
Switch back to upstream xgo image (#3682)
This commit is contained in:
parent
edf0728c4a
commit
cc0aaebe44
2 changed files with 2 additions and 4 deletions
|
@ -4,8 +4,7 @@ when:
|
|||
variables:
|
||||
- &golang_image 'docker.io/golang:1.22.2'
|
||||
- &node_image 'docker.io/node:22-alpine'
|
||||
# TODO: switch back to upstream image after https://github.com/techknowlogick/xgo/pull/224 got merged
|
||||
- &xgo_image 'docker.io/pats22/xgo:go-1.22.1'
|
||||
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.22.2'
|
||||
- &xgo_version 'go-1.21.2'
|
||||
|
||||
steps:
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
variables:
|
||||
- &golang_image 'docker.io/golang:1.22.2'
|
||||
- &node_image 'docker.io/node:22-alpine'
|
||||
# TODO: switch back to upstream image after https://github.com/techknowlogick/xgo/pull/224 got merged
|
||||
- &xgo_image 'docker.io/pats22/xgo:go-1.22.1'
|
||||
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.22.2'
|
||||
- &xgo_version 'go-1.21.2'
|
||||
- &buildx_plugin 'docker.io/woodpeckerci/plugin-docker-buildx:3.2.1'
|
||||
- &platforms_release 'linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/386,linux/amd64,linux/ppc64le,linux/riscv64,linux/s390x,freebsd/arm64,freebsd/amd64,openbsd/arm64,openbsd/amd64'
|
||||
|
|
Loading…
Reference in a new issue