Skip to content

Commit 6ecaacc

Browse files
committed
v2.0.3
1 parent c172fea commit 6ecaacc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.beagle.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ steps:
3838
- name: golang
3939
image: registry.cn-qingdao.aliyuncs.com/wod/golang:1.22-alpine
4040
environment:
41-
VERSION: 2.0.1-beagle
41+
VERSION: 2.0.3-beagle
4242
commands:
4343
- bash ./.beagle/build-cross.sh
4444

4545
- name: golang-loong64
4646
image: registry.cn-qingdao.aliyuncs.com/wod/golang:1.22-loongnix
4747
environment:
48-
VERSION: 2.0.1-beagle
48+
VERSION: 2.0.3-beagle
4949
commands:
5050
- bash ./.beagle/build-loong64.sh
5151

@@ -83,7 +83,7 @@ steps:
8383
base: registry.cn-qingdao.aliyuncs.com/wod/alpine:3-amd64
8484
cwd: _output
8585
repo: wod/containerd
86-
version: v2.0.1
86+
version: v2.0.3
8787
channel: amd64
8888
args: "TARGETOS=linux,TARGETARCH=amd64"
8989
registry: registry.cn-qingdao.aliyuncs.com
@@ -102,7 +102,7 @@ steps:
102102
base: registry.cn-qingdao.aliyuncs.com/wod/alpine:3-arm64
103103
cwd: _output
104104
repo: wod/containerd
105-
version: v2.0.1
105+
version: v2.0.3
106106
channel: arm64
107107
args: "TARGETOS=linux,TARGETARCH=arm64"
108108
registry: registry.cn-qingdao.aliyuncs.com
@@ -121,7 +121,7 @@ steps:
121121
base: registry.cn-qingdao.aliyuncs.com/wod/alpine:3-amd64
122122
cwd: _output
123123
repo: wod/containerd
124-
version: v2.0.1
124+
version: v2.0.3
125125
channel: loong64
126126
args: "TARGETOS=linux,TARGETARCH=loong64"
127127
registry: registry.cn-qingdao.aliyuncs.com

0 commit comments

Comments
 (0)