Skip to content

Commit

Permalink
Name the binary with arch.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshasa committed Dec 12, 2021
1 parent f5aaaa2 commit 353e6c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ docker create -i --rm \
"${rbedit_image}"

mkdir -p "${project_root}/build/"
docker cp "${container}:/rbedit" "${project_root}/build/"
docker cp "${container}:/rbedit" "${project_root}/build/rbedit-${RBEDIT_ARCH}"

cp "${project_root}/build/rbedit-${RBEDIT_ARCH}" "${project_root}/build/rbedit"

success="yes"

0 comments on commit 353e6c3

Please sign in to comment.