Skip to content

Commit a23aebf

Browse files
committed
Fix docs & add latest symlink in prebuild images
1 parent bab89fe commit a23aebf

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-barebones` 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
@@ -291,12 +291,12 @@ echo -e "${GRN}Successfully built 'barebones'${CLR}"
291291

292292

293293
#
294-
# Pack Node.js in a node-gyp compatible way
294+
# Pack `nodeos-barebones` in a node-gyp compatible way
295295
#
296296

297297
# TODO use Node.js arch instead of explicit CPUs and move to BigRedButton
298298

299299
STEP_DIR=$PREBUILD
300300

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

0 commit comments

Comments
 (0)