We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1d453 commit 6052791Copy full SHA for 6052791
scripts/build_layers.sh
@@ -122,7 +122,7 @@ function docker_build_zip {
122
PLATFORM="manylinux2014_aarch64"
123
fi
124
PY_TAG="cp$(echo "$1" | tr -d '.')"
125
- WHEEL_FILE=$(curl -sSfL "${S3_BASE}/index-manylinux2014.html" \
+ WHEEL_FILE=$(curl -sSfL "${S3_BASE}/index-serverless.html" \
126
| grep -o "ddtrace_serverless-[^\"]*${PY_TAG}[^\"]*${PLATFORM}[^\"]*\.whl" \
127
| head -n 1)
128
if [ -z "${WHEEL_FILE}" ]; then
0 commit comments