Skip to content

Commit

Permalink
fixup 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 31, 2023
1 parent 1102861 commit a3149c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
elif [ "$(uname -m)" = 'x86_64' ]; then
extra="${extra} linux-headers-amd64"
fi
else
if [ "$(uname -m)" = 'aarch64' ]; then
extra="${extra} libc6-dev-amd64-cross"
else
extra="${extra} libc6-dev-arm64-cross"
fi
fi
fi

Expand Down

0 comments on commit a3149c8

Please sign in to comment.