Skip to content

Commit

Permalink
v1.7.20
Browse files Browse the repository at this point in the history
  • Loading branch information
shucheng committed Aug 27, 2024
1 parent ed7b2f0 commit 36e1d1e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions .beagle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ steps:
- name: golang
image: registry.cn-qingdao.aliyuncs.com/wod/golang:1.21
environment:
VERSION: v1.7.15-beagle
VERSION: v1.7.20-beagle
commands:
- bash ./.beagle/build.sh

Expand All @@ -52,7 +52,7 @@ steps:
base: registry.cn-qingdao.aliyuncs.com/wod/alpine:3-amd64
cwd: _output
repo: wod/containerd
version: v1.7.15
version: v1.7.20
channel: amd64
args: 'TARGETOS=linux,TARGETARCH=amd64'
registry: registry.cn-qingdao.aliyuncs.com
Expand All @@ -71,7 +71,7 @@ steps:
base: registry.cn-qingdao.aliyuncs.com/wod/alpine:3-arm64
cwd: _output
repo: wod/containerd
version: v1.7.15
version: v1.7.20
channel: arm64
args: 'TARGETOS=linux,TARGETARCH=arm64'
registry: registry.cn-qingdao.aliyuncs.com
Expand All @@ -90,7 +90,7 @@ steps:
base: registry.cn-qingdao.aliyuncs.com/wod/alpine:3-ppc64le
cwd: _output
repo: wod/containerd
version: v1.7.15
version: v1.7.20
channel: ppc64le
args: 'TARGETOS=linux,TARGETARCH=ppc64le'
registry: registry.cn-qingdao.aliyuncs.com
Expand All @@ -109,7 +109,7 @@ steps:
base: registry.cn-qingdao.aliyuncs.com/wod/alpine:3-mips64le
cwd: _output
repo: wod/containerd
version: v1.7.15
version: v1.7.20
channel: mips64le
args: 'TARGETOS=linux,TARGETARCH=mips64le'
registry: registry.cn-qingdao.aliyuncs.com
Expand All @@ -121,7 +121,7 @@ steps:
- name: golang-loong64
image: registry.cn-qingdao.aliyuncs.com/wod/golang:1.21-loongnix
environment:
VERSION: v1.7.15-beagle
VERSION: v1.7.20-beagle
commands:
- bash ./.beagle/build-loong64.sh

Expand All @@ -135,7 +135,7 @@ steps:
base: registry.cn-qingdao.aliyuncs.com/wod/alpine:3-amd64
cwd: _output
repo: wod/containerd
version: v1.7.15
version: v1.7.20
channel: loong64
args: 'TARGETOS=linux,TARGETARCH=loong64'
registry: registry.cn-qingdao.aliyuncs.com
Expand Down
10 changes: 5 additions & 5 deletions .beagle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git remote add upstream git@github.com:containerd/containerd.git

git fetch upstream

git merge v1.7.15
git merge v1.7.20
```

## build
Expand All @@ -17,16 +17,16 @@ git merge v1.7.15
docker run -it --rm \
-v $PWD/:/go/src/github.com/containerd/containerd \
-w /go/src/github.com/containerd/containerd \
-e VERSION=v1.7.15-beagle \
registry.cn-qingdao.aliyuncs.com/wod/golang:1.21 \
-e VERSION=v1.7.20-beagle \
registry-vpc.cn-qingdao.aliyuncs.com/wod/golang:1.21 \
bash .beagle/build.sh

# golang build loong64
docker run -it --rm \
-v $PWD/:/go/src/github.com/containerd/containerd \
-w /go/src/github.com/containerd/containerd \
-e VERSION=v1.7.15-beagle \
registry.cn-qingdao.aliyuncs.com/wod/golang:1.21-loongnix \
-e VERSION=v1.7.20-beagle \
registry-vpc.cn-qingdao.aliyuncs.com/wod/golang:1.21-loongnix \
bash .beagle/build-loong64.sh
```

Expand Down

0 comments on commit 36e1d1e

Please sign in to comment.