File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
14
14
build :
15
15
name : ubuntu - Go v1.17
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-20.04
17
17
18
18
steps :
19
19
- name : Install deps
59
59
shell : bash
60
60
run : |
61
61
export MULTI_PLATFORM_BUILD=true
62
- make build
62
+ make linux
63
63
working-directory : src/github.com/sealerio/sealer
64
64
65
65
- name : Save build binaries
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
11
11
jobs :
12
12
note :
13
13
name : Pre note
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-20.04
15
15
timeout-minutes : 5
16
16
outputs :
17
17
stringver : ${{ steps.contentrel.outputs.stringver }}
55
55
56
56
strategy :
57
57
matrix :
58
- os : [ ubuntu-latest ]
58
+ os : [ ubuntu-20.04 ]
59
59
60
60
steps :
61
61
- name : Install Go
88
88
shell : bash
89
89
run : |
90
90
export MULTI_PLATFORM_BUILD=true
91
- make build
91
+ make linux
92
92
working-directory : src/github.com/sealerio/sealer
93
93
94
94
- name : Save build binaries
@@ -100,7 +100,7 @@ jobs:
100
100
101
101
release :
102
102
name : Create sealer Release
103
- runs-on : ubuntu-latest
103
+ runs-on : ubuntu-20.04
104
104
timeout-minutes : 10
105
105
needs : [ build, note ]
106
106
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ Download sealer binary file.
49
49
50
50
``` shell script
51
51
# install Sealer binaries
52
- wget https://github.com/sealerio/sealer/releases/download/v0.8.6 /sealer-v0.8.6 -linux-amd64.tar.gz && \
53
- tar zxvf sealer-v0.8.6 -linux-amd64.tar.gz && mv sealer /usr/bin
52
+ wget https://github.com/sealerio/sealer/releases/download/v0.9.0 /sealer-v0.9.0 -linux-amd64.tar.gz && \
53
+ tar zxvf sealer-v0.9.0 -linux-amd64.tar.gz && mv sealer /usr/bin
54
54
```
55
55
56
56
Build a ClusterImage with Kubernetes dashboard:
You can’t perform that action at this time.
0 commit comments