Skip to content

Commit

Permalink
llvm-apt: add arm64
Browse files Browse the repository at this point in the history
Related to tuna/issues#1735
  • Loading branch information
ZenithalHourlyRate committed May 9, 2023
1 parent 189df79 commit d6a7cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm-apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export REPO_SIZE_FILE=/tmp/reposize.$RANDOM

for os in "bionic" "focal" "jammy" "buster" "bullseye" "bookworm"; do
prefix=llvm-toolchain-$os
"$apt_sync" --delete "$BASE_URL/$os" $prefix,$prefix-9,$prefix-10,$prefix-11,$prefix-12,$prefix-13,$prefix-14,$prefix-15,$prefix-16 main amd64 "$BASE_PATH/$os"
"$apt_sync" --delete "$BASE_URL/$os" $prefix,$prefix-9,$prefix-10,$prefix-11,$prefix-12,$prefix-13,$prefix-14,$prefix-15,$prefix-16 main amd64,arm64 "$BASE_PATH/$os"
done

echo "APT finished"
Expand Down

0 comments on commit d6a7cbf

Please sign in to comment.