File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,13 @@ jobs:
53
53
fi
54
54
55
55
# build artifacts for fast-runtime and non-fast-runtime
56
- build_bins :
57
- name : Build • ${{ matrix.runtime }} • ${{ matrix.platform.arch }}
56
+ artifacts :
57
+ name : Node • ${{ matrix.runtime }} • ${{ matrix.platform.arch }}
58
58
needs : setup
59
59
strategy :
60
60
matrix :
61
61
platform :
62
+ # triple names used `in scripts/install_prebuilt_binaries.sh` file
62
63
- runner : [self-hosted, type-ccx33]
63
64
triple : x86_64-unknown-linux-gnu
64
65
arch : amd64
@@ -124,8 +125,8 @@ jobs:
124
125
if-no-files-found : error
125
126
126
127
# Collect all artifacts and publish them to docker repo
127
- build_and_publish :
128
- needs : [setup, build_bins ]
128
+ docker :
129
+ needs : [setup, artifacts ]
129
130
runs-on : [self-hosted, type-ccx33]
130
131
defaults :
131
132
run :
You can’t perform that action at this time.
0 commit comments