Skip to content

Commit 68af1e8

Browse files
author
Roman
committed
cleanup and comments
1 parent 6b847c4 commit 68af1e8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/docker-localnet.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)