Skip to content

Commit 6246ce4

Browse files
committed
Generate prebuilds also for raspi and raspi3
1 parent e83d82f commit 6246ce4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/BigRedButton

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ rm -rf ${PRODUCTS[@]} || exit 1
2424

2525
npm run build -- -b 32 && npm test -- -b 32 && rm -rf build || exit 10
2626
npm run build -- -b 64 && npm test -- -b 64 && rm -rf build || exit 11
27-
npm run build -- -M raspi2 && npm test -- -M raspi2 && rm -rf build || exit 12
27+
npm run build -- -M raspi && npm test -- -M raspi && rm -rf build || exit 12
28+
npm run build -- -M raspi2 && npm test -- -M raspi2 && rm -rf build || exit 13
29+
npm run build -- -M raspi3 && npm test -- -M raspi3 && rm -rf build || exit 14
2830

2931
# Upgrade list of products
3032
PRODUCTS=(bin lib libexec share *-nodeos-linux-musl*)

0 commit comments

Comments
 (0)