Skip to content

Commit

Permalink
Update manual_build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-vu authored Nov 19, 2024
1 parent 277dbff commit 3223510
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/manual_build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
set -ex

#
# This script is used to build aarch64 binary as Github does not supported it yet
# you run it in the root of the project

echo "This script is used to build aarch64 binary as Github does not supported it yet"
echo "You need to run it in the root of the project"

if [ -d "$(pwd)/dist" ]; then
rm -r $(pwd)/dist
Expand All @@ -14,4 +13,4 @@ docker run --rm -w /project -v $(pwd):/project \
-e PYTHON_HOME=/opt/python \
-e CARGO_NET_GIT_FETCH_WITH_CLI=false \
quay.io/pypa/manylinux2014_aarch64:latest \
bash /project/.github/workflows/build.sh -t aarch64-unknown-linux-gnu
bash /project/.github/workflows/build.sh -t aarch64-unknown-linux-gnu

0 comments on commit 3223510

Please sign in to comment.