diff --git a/_ci-linux-debian.sh b/_ci-linux-debian.sh index f7fec9fad..22e63f915 100755 --- a/_ci-linux-debian.sh +++ b/_ci-linux-debian.sh @@ -33,7 +33,7 @@ if [[ "${CW_CONFIG:-}" = *'win'* ]]; then elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then [ -n "${CW_GCCSUFFIX:-}" ] || CW_GCCSUFFIX='-14' extra+=' checksec qemu-user-static' - if [[ "${CW_CONFIG:-}" != *'gcc'* ]] || [[ "${CW_CONFIG:-}" = *'musl'* ]]; then + if [[ "${CW_CONFIG:-}" != *'gcc'* ]] || [[ "${CW_CONFIG:-}" = *'musl'* ]] || [[ "${CW_CONFIG:-}" = *'boringssl'* ]] || [[ "${CW_CONFIG:-}" = *'awslc'* ]]; then if [ "$(uname -m)" = 'aarch64' ]; then dpkg --add-architecture amd64 else