Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
3865afc5
"git@developer.sourcefind.cn:change/sglang.git" did not exist on "296f6892425560c7f2b1f4245d0ab74b44814d23"
Unverified
Commit
3865afc5
authored
Oct 24, 2025
by
ishandhanani
Committed by
GitHub
Oct 24, 2025
Browse files
fix: release workflow should work on both archs (#12110)
parent
4ea42f7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.github/workflows/release-whl-kernel.yml
.github/workflows/release-whl-kernel.yml
+2
-0
No files found.
.github/workflows/release-whl-kernel.yml
View file @
3865afc5
...
...
@@ -23,6 +23,7 @@ jobs:
matrix
:
python-version
:
[
"
3.10"
]
cuda-version
:
[
"
12.9"
]
arch
:
[
x86_64
,
aarch64
]
include
:
-
arch
:
x86_64
runner
:
x64-kernel-build-node
...
...
@@ -113,6 +114,7 @@ jobs:
matrix
:
python-version
:
[
"
3.10"
]
cuda-version
:
[
"
13.0"
]
arch
:
[
x86_64
,
aarch64
]
include
:
-
arch
:
x86_64
runner
:
x64-kernel-build-node
...
...
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