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:
5353 fi
5454
5555 # 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 }}
5858 needs : setup
5959 strategy :
6060 matrix :
6161 platform :
62+ # triple names used `in scripts/install_prebuilt_binaries.sh` file
6263 - runner : [self-hosted, type-ccx33]
6364 triple : x86_64-unknown-linux-gnu
6465 arch : amd64
@@ -124,8 +125,8 @@ jobs:
124125 if-no-files-found : error
125126
126127 # Collect all artifacts and publish them to docker repo
127- build_and_publish :
128- needs : [setup, build_bins ]
128+ docker :
129+ needs : [setup, artifacts ]
129130 runs-on : [self-hosted, type-ccx33]
130131 defaults :
131132 run :
You can’t perform that action at this time.
0 commit comments