Skip to content

Commit 6052791

Browse files
committed
change index
1 parent 1a1d453 commit 6052791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_layers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function docker_build_zip {
122122
PLATFORM="manylinux2014_aarch64"
123123
fi
124124
PY_TAG="cp$(echo "$1" | tr -d '.')"
125-
WHEEL_FILE=$(curl -sSfL "${S3_BASE}/index-manylinux2014.html" \
125+
WHEEL_FILE=$(curl -sSfL "${S3_BASE}/index-serverless.html" \
126126
| grep -o "ddtrace_serverless-[^\"]*${PY_TAG}[^\"]*${PLATFORM}[^\"]*\.whl" \
127127
| head -n 1)
128128
if [ -z "${WHEEL_FILE}" ]; then

0 commit comments

Comments
 (0)