Skip to content

Commit

Permalink
chore: Add aarch64-linux-android
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarth committed Dec 7, 2023
1 parent 1b02d5b commit 0f8f505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ download_files "rsa" "main"
print_action "[ffi] Adding support for target architectures..."
cd ${PROJECT_DIR}/mopro-ffi

for target in x86_64-apple-ios aarch64-apple-ios aarch64-apple-ios-sim; do
for target in x86_64-apple-ios aarch64-apple-ios aarch64-apple-ios-sim aarch64-linux-android; do
if ! check_target_support $target; then
rustup target add $target
else
Expand Down

0 comments on commit 0f8f505

Please sign in to comment.