Skip to content

Commit

Permalink
pin xgo image (#4287)
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 authored Nov 2, 2024
1 parent 3a1c3e7 commit 0527e54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .woodpecker/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ when:
- event: tag
- event: pull_request
branch: ${CI_REPO_DEFAULT_BRANCH}
path: Makefile
path:
- Makefile
- .woodpecker/binaries.yaml

variables:
- &golang_image 'docker.io/golang:1.22'
- &node_image 'docker.io/node:22-alpine'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.22.x'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.22.7'

# cspell:words bindata netgo

Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:
- &golang_image 'docker.io/golang:1.22'
- &node_image 'docker.io/node:22-alpine'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.22.x'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.22.7'
- &buildx_plugin 'docker.io/woodpeckerci/plugin-docker-buildx:5.0.0'
- &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'
- &platforms_server 'linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le,linux/riscv64'
Expand Down

0 comments on commit 0527e54

Please sign in to comment.