Skip to content

Commit

Permalink
Drop aarch64-linux-gnu for now until I get time to fix ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Jan 19, 2025
1 parent b14b95b commit 508c21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linux/build_monero_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd "$(dirname "$0")"
for COIN in monero wownero zano;
do
pushd ../monero_c
for target in x86_64-linux-gnu aarch64-linux-gnu
for target in x86_64-linux-gnu # aarch64-linux-gnu
do
if [[ -f "release/${COIN}/${target}_libwallet2_api_c.so" ]];
then
Expand Down

0 comments on commit 508c21e

Please sign in to comment.