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
95217a9b
Unverified
Commit
95217a9b
authored
Jul 27, 2025
by
kyleliang-nv
Committed by
GitHub
Jul 27, 2025
Browse files
Change to use native arm runner (#8414)
parent
22e00eeb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
.github/workflows/release-docker-gb200.yml
.github/workflows/release-docker-gb200.yml
+1
-4
No files found.
.github/workflows/release-docker-gb200.yml
View file @
95217a9b
...
@@ -10,7 +10,7 @@ on:
...
@@ -10,7 +10,7 @@ on:
jobs
:
jobs
:
publish
:
publish
:
if
:
github.repository == 'sgl-project/sglang'
if
:
github.repository == 'sgl-project/sglang'
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
22.04-arm
environment
:
'
prod'
environment
:
'
prod'
steps
:
steps
:
-
name
:
Delete huge unnecessary tools folder
-
name
:
Delete huge unnecessary tools folder
...
@@ -19,9 +19,6 @@ jobs:
...
@@ -19,9 +19,6 @@ jobs:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v3
-
name
:
Set up Docker Buildx
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v3
uses
:
docker/setup-buildx-action@v3
...
...
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