Skip to content

Commit 53dd579

Browse files
committed
Use correct toolchain triplet glob on administration tasks
1 parent c21c047 commit 53dd579

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.npmignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ prebuilds/
77
lib/
88
libexec/
99
share/
10-
*-nodeos-linux-musl/
10+
*-nodeos-linux-musl*
1111

12-
bin/*-nodeos-linux-musl-*
12+
bin/*-nodeos-linux-musl*

scripts/BigRedButton

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source scripts/adjustEnvVars.sh || exit $?
1010
# Define steps paths
1111
#
1212

13-
PRODUCTS=(bin lib libexec share *-nodeos-linux-musl)
13+
PRODUCTS=(bin lib libexec share *-nodeos-linux-musl*)
1414
PREBUILD=prebuilds/$KERNEL_NAME-$NODE_ARCH.tar.gz
1515

1616

scripts/unbuild

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

33
rm -rf build/ deps/
4-
rm -rf bin/ lib/ libexec/ share/ *-nodeos-linux-*/
4+
rm -rf bin/ lib/ libexec/ share/ *-nodeos-linux-musl*
55

66
npm run prepublish -- --force

0 commit comments

Comments
 (0)