mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-07 18:08:48 +00:00
Merge branch 'origin/main' into 'next-release/main'
This commit is contained in:
commit
6aeff77be8
3 changed files with 6 additions and 3 deletions
|
@ -2,12 +2,14 @@ when:
|
||||||
- event: tag
|
- event: tag
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
path: Makefile
|
path:
|
||||||
|
- Makefile
|
||||||
|
- .woodpecker/binaries.yaml
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'docker.io/golang:1.23'
|
- &golang_image 'docker.io/golang:1.23'
|
||||||
- &node_image 'docker.io/node:23-alpine'
|
- &node_image 'docker.io/node:23-alpine'
|
||||||
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.23.x'
|
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.23.1'
|
||||||
|
|
||||||
# cspell:words bindata netgo
|
# cspell:words bindata netgo
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'docker.io/golang:1.23'
|
- &golang_image 'docker.io/golang:1.23'
|
||||||
- &node_image 'docker.io/node:23-alpine'
|
- &node_image 'docker.io/node:23-alpine'
|
||||||
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.23.x'
|
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.23.1'
|
||||||
- &buildx_plugin 'docker.io/woodpeckerci/plugin-docker-buildx:5.0.0'
|
- &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_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'
|
- &platforms_server 'linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le,linux/riscv64'
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
export default {
|
export default {
|
||||||
commentOnReleasedPullRequests: false,
|
commentOnReleasedPullRequests: false,
|
||||||
|
skipLabels: ['skip-release', 'skip-changelog', 'regression', 'backport'],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue