Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
114b0e25
Unverified
Commit
114b0e25
authored
Nov 20, 2025
by
Kevin H. Luu
Committed by
GitHub
Nov 20, 2025
Browse files
[chore] Update annotate release scripts (#29077)
Signed-off-by:
Kevin H. Luu
<
khluu000@gmail.com
>
parent
64746471
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
.buildkite/scripts/annotate-release.sh
.buildkite/scripts/annotate-release.sh
+5
-4
No files found.
.buildkite/scripts/annotate-release.sh
View file @
114b0e25
...
...
@@ -23,8 +23,8 @@ To download the wheel (by version):
aws s3 cp s3://vllm-wheels/
${
RELEASE_VERSION
}
/vllm-
${
RELEASE_VERSION
}
-cp38-abi3-manylinux1_x86_64.whl .
aws s3 cp s3://vllm-wheels/
${
RELEASE_VERSION
}
/vllm-
${
RELEASE_VERSION
}
-cp38-abi3-manylinux2014_aarch64.whl .
aws s3 cp s3://vllm-wheels/
${
RELEASE_VERSION
}
+cu126/vllm-
${
RELEASE_VERSION
}
+cu126-cp38-abi3-manylinux1_x86_64.whl .
aws s3 cp s3://vllm-wheels/
${
RELEASE_VERSION
}
+cu129/vllm-
${
RELEASE_VERSION
}
+cu129-cp38-abi3-manylinux1_x86_64.whl .
aws s3 cp s3://vllm-wheels/
${
RELEASE_VERSION
}
+cu130/vllm-
${
RELEASE_VERSION
}
+cu130-cp38-abi3-manylinux1_x86_64.whl .
\`\`\`
To download and upload the image:
...
...
@@ -45,8 +45,9 @@ docker tag vllm/vllm-openai:aarch64 vllm/vllm-openai:v${RELEASE_VERSION}-aarch64
docker push vllm/vllm-openai:latest-aarch64
docker push vllm/vllm-openai:v
${
RELEASE_VERSION
}
-aarch64
docker manifest create vllm/vllm-openai:latest vllm/vllm-openai:latest-x86_64 vllm/vllm-openai:latest-aarch64 --amend
docker manifest create vllm/vllm-openai:v
${
RELEASE_VERSION
}
vllm/vllm-openai:v
${
RELEASE_VERSION
}
-x86_64 vllm/vllm-openai:v
${
RELEASE_VERSION
}
-aarch64 --amend
docker manifest rm vllm/vllm-openai:latest
docker manifest create vllm/vllm-openai:latest vllm/vllm-openai:latest-x86_64 vllm/vllm-openai:latest-aarch64
docker manifest create vllm/vllm-openai:v
${
RELEASE_VERSION
}
vllm/vllm-openai:v
${
RELEASE_VERSION
}
-x86_64 vllm/vllm-openai:v
${
RELEASE_VERSION
}
-aarch64
docker manifest push vllm/vllm-openai:latest
docker manifest push vllm/vllm-openai:v
${
RELEASE_VERSION
}
\`\`\`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment