Skip to content

Commit

Permalink
fix: using arm64-v8a arch - CI Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Sep 26, 2024
1 parent 9b8e3be commit 90434de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/integration_tests_actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ case "$abi" in
api_level_default="29"
api_target_default="default"
if [ $intel_host_os == true ]; then
arch="x86_64"
arch="arm64-v8a"
else
arch="arm64-v8a"
fi
Expand All @@ -142,7 +142,7 @@ case "$abi" in
api_level_default="29"
api_target_default="default"
if [ $intel_host_os == true ]; then
arch="x86"
arch="arm64-v8a"
else
arch="arm64-v8a"
fi
Expand Down

0 comments on commit 90434de

Please sign in to comment.