Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit ea6d0df

Browse files
committed
Tag prebuilds with libc flavor
1 parent b294106 commit ea6d0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ after_success:
4141

4242
before_deploy:
4343
- export ARCHIVE_NAME="${TRAVIS_TAG:-latest}-$BUILD_GROUP.tar.gz"
44-
- npm run $BUILD_CMD
44+
- npm run $BUILD_CMD -- --tag-libc
4545
- file prebuilds/*/*
4646
- tar -zcvf "$ARCHIVE_NAME" -C prebuilds .
4747

0 commit comments

Comments
 (0)