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
a1a2d794
Unverified
Commit
a1a2d794
authored
Feb 19, 2026
by
Kevin H. Luu
Committed by
GitHub
Feb 19, 2026
Browse files
[ci] Use the right tag for CPU arm64 image (#34915)
Signed-off-by:
Kevin H. Luu
<
khluu000@gmail.com
>
parent
ac900c89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.buildkite/image_build/image_build_cpu_arm64.sh
.buildkite/image_build/image_build_cpu_arm64.sh
+3
-3
No files found.
.buildkite/image_build/image_build_cpu_arm64.sh
View file @
a1a2d794
...
@@ -14,7 +14,7 @@ BUILDKITE_COMMIT=$3
...
@@ -14,7 +14,7 @@ BUILDKITE_COMMIT=$3
aws ecr-public get-login-password
--region
us-east-1 | docker login
--username
AWS
--password-stdin
"
$REGISTRY
"
aws ecr-public get-login-password
--region
us-east-1 | docker login
--username
AWS
--password-stdin
"
$REGISTRY
"
# skip build if image already exists
# skip build if image already exists
if
[[
-z
$(
docker manifest inspect
"
$REGISTRY
"
/
"
$REPO
"
:
"
$BUILDKITE_COMMIT
"
-cpu
)
]]
;
then
if
[[
-z
$(
docker manifest inspect
"
$REGISTRY
"
/
"
$REPO
"
:
"
$BUILDKITE_COMMIT
"
-
arm64-
cpu
)
]]
;
then
echo
"Image not found, proceeding with build..."
echo
"Image not found, proceeding with build..."
else
else
echo
"Image found"
echo
"Image found"
...
@@ -25,9 +25,9 @@ fi
...
@@ -25,9 +25,9 @@ fi
docker build
--file
docker/Dockerfile.cpu
\
docker build
--file
docker/Dockerfile.cpu
\
--build-arg
max_jobs
=
16
\
--build-arg
max_jobs
=
16
\
--build-arg
buildkite_commit
=
"
$BUILDKITE_COMMIT
"
\
--build-arg
buildkite_commit
=
"
$BUILDKITE_COMMIT
"
\
--tag
"
$REGISTRY
"
/
"
$REPO
"
:
"
$BUILDKITE_COMMIT
"
-cpu
\
--tag
"
$REGISTRY
"
/
"
$REPO
"
:
"
$BUILDKITE_COMMIT
"
-
arm64-
cpu
\
--target
vllm-test
\
--target
vllm-test
\
--progress
plain
.
--progress
plain
.
# push
# push
docker push
"
$REGISTRY
"
/
"
$REPO
"
:
"
$BUILDKITE_COMMIT
"
-cpu
docker push
"
$REGISTRY
"
/
"
$REPO
"
:
"
$BUILDKITE_COMMIT
"
-
arm64-
cpu
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