Skip to content

Commit

Permalink
update build_gnu_docker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
heqingpan committed Apr 1, 2024
1 parent ac1c971 commit 7319002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build_gnu_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CARGO_BUILD_TARGET="x86_64-unknown-linux-gnu"
if [ "$TARGETPLATFORM" = "linux/arm64" ]; then
apt-get update && apt-get install -y aarch64-linux-gnu-gcc
apt-get update && apt-get install -y gcc-10-aarch64-linux-gnu
CARGO_BUILD_TARGET="aarch64-unknown-linux-gnu"
fi

Expand Down

0 comments on commit 7319002

Please sign in to comment.