Skip to content

Commit 12a4f23

Browse files
author
Jason Mobarak
authored
ci: artifacts: adjust musl build triplet name
Use the same build triplet name that Rust uses: `x86_64-unknown-linux-musl` CI-Tags: #no_auto_pr
1 parent e0f7679 commit 12a4f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci_build_rust.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ "$RUNNER_OS" == "macOS" ]; then
1010
EXECUTABLES=("sbp2json" "json2sbp" "json2json")
1111
PACKAGE_CMD="zip ../../$ARTIFACT_NAME ${EXECUTABLES[*]}"
1212
elif [ "$RUNNER_OS" == "Linux" ]; then
13-
BUILD_TRIPLET="x86_64-linux-musl"
13+
BUILD_TRIPLET="x86_64-unknown-linux-musl"
1414
ARTIFACT_NAME="sbp_tools-${VERSION}-${BUILD_TRIPLET}.zip"
1515
EXECUTABLES=("sbp2json" "json2sbp" "json2json")
1616
PACKAGE_CMD="zip ../../../$ARTIFACT_NAME ${EXECUTABLES[*]}"

0 commit comments

Comments
 (0)