Skip to content

Commit

Permalink
Switch to GNU
Browse files Browse the repository at this point in the history
Signed-off-by: Valerian Saliou <[email protected]>
  • Loading branch information
valeriansaliou committed Jul 6, 2020
1 parent c79559a commit 988c667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ rc=0
pushd "$BASE_DIR" > /dev/null
echo "Executing release steps for Raider v$RAIDER_VERSION..."

release_for_architecture "x86_64" "x86_64-unknown-linux-musl"
release_for_architecture "x86_64" "x86_64-unknown-linux-gnu"
rc=$?

if [ $rc -eq 0 ]; then
Expand Down

0 comments on commit 988c667

Please sign in to comment.