File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,14 @@ jobs:
18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- lotus-version :
22
- - v1.23.1
23
- - v1.23.2
24
- - v1.23.3
25
- - v1.23.4-rc1
21
+ network-version :
22
+ - name : v28
23
+ lotus-commit : ad39d8707d9c8efa567cd4306140988930f1ef57
24
+ lotus-versions :
25
+ - v1.23.1
26
+ - v1.23.2
27
+ - v1.23.3
28
+ - v1.23.4-rc1
26
29
sector-size :
27
30
- ' 8388608'
28
31
platform :
49
52
images : ghcr.io/${{ github.repository }}
50
53
tags : |
51
54
type=raw,value=fil-proof-params-${{ matrix.lotus-version }}-${{ matrix.sector-size }}
55
+ - uses : actions/github-script@v6
56
+ with :
57
+ script : |
58
+ for (lotus-version in matrix.network-version.lotus-versions) {
59
+ console.log(`fil-proof-params-${lotus-version }-${matrix.sector-size }`)
60
+ }
52
61
- name : Build image for Lotus ${{ matrix.lotus-version }} Sector Size ${{ matrix.sector-size }}
53
62
uses : docker/build-push-action@v4
54
63
with :
You can’t perform that action at this time.
0 commit comments