Skip to content

Commit 9157317

Browse files
committed
Fixed docs & add symlink to prebuild image
1 parent df4bc1e commit 9157317

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/BigRedButton

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# This script should generate all the possible build combinations of
4-
# nodeos-barebones and test them by being able to exec a Node.js REPL. In some
4+
# `nodeos-initramfs` and test them by being able to exec a Node.js REPL. In some
55
# cases this could not be fully possible and so the tests should be improved in
66
# the future
77

scripts/build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ echo -e "${GRN}Successfully built 'initramfs'${CLR}"
121121

122122

123123
#
124-
# Pack Node.js in a node-gyp compatible way
124+
# Pack `nodeos-initramfs` in a node-gyp compatible way
125125
#
126126

127127
# TODO use Node.js arch instead of explicit CPUs and move to BigRedButton
128128

129129
STEP_DIR=$PREBUILD
130130

131131
mkdir -p `dirname $STEP_DIR` &&
132-
tar -cf - out/$CPU | gzip > $STEP_DIR || err 100
132+
tar -cf - out/$CPU out/latest | gzip > $STEP_DIR || err 100

0 commit comments

Comments
 (0)