Skip to content

Commit

Permalink
Update coursier to 2.1.17 for Linux arm64 builds (#3298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao authored Nov 19, 2024
1 parent 589e3b3 commit 4085704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-linux-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &> /dev/null && pwd)"

mkdir -p artifacts
mkdir -p utils
cp "$(cs get https://github.com/VirtusLab/coursier-m1/releases/download/v2.1.8/cs-aarch64-pc-linux.gz --archive)" utils/cs
cp "$(cs get https://github.com/VirtusLab/coursier-m1/releases/download/v2.1.17/cs-aarch64-pc-linux.gz --archive)" utils/cs
chmod +x utils/cs

cp "$DIR/build-linux-aarch64-from-docker.sh" utils/
Expand Down

0 comments on commit 4085704

Please sign in to comment.