diff --git a/.evergreen/compilation-context-expansions.sh b/.evergreen/compilation-context-expansions.sh index f8c577360..60a0f2c2c 100644 --- a/.evergreen/compilation-context-expansions.sh +++ b/.evergreen/compilation-context-expansions.sh @@ -1,4 +1,4 @@ -export DISTRO_UPLOADLIST_REGEX="^(rhel70|win|rhel72-zseries|rhel81-power8|amazon2-arm64|macos)" +export DISTRO_UPLOADLIST_REGEX="^(rhel70|win|rhel7-zseries|rhel81-power8|amazon2-arm64|macos)" export COMPILING_CONTEXT_FILE="$(pwd)/../tmp/compiling-context.yml" if ! [[ "$DISTRO_ID" =~ $DISTRO_UPLOADLIST_REGEX ]]; then