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
4536d724
Unverified
Commit
4536d724
authored
Jan 13, 2025
by
Yineng Zhang
Committed by
GitHub
Jan 13, 2025
Browse files
minor: use ubuntu-latest instead of self-hosted runner for amd build (#2861)
parent
41d7e5b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
.github/workflows/release-docker-amd.yml
.github/workflows/release-docker-amd.yml
+12
-4
No files found.
.github/workflows/release-docker-amd.yml
View file @
4536d724
...
@@ -10,19 +10,27 @@ on:
...
@@ -10,19 +10,27 @@ on:
jobs
:
jobs
:
publish
:
publish
:
if
:
github.repository == 'sgl-project/sglang'
if
:
github.repository == 'sgl-project/sglang'
runs-on
:
docker-builder-amd
runs-on
:
ubuntu-latest
environment
:
'
prod'
environment
:
'
prod'
strategy
:
strategy
:
matrix
:
matrix
:
rocm_version
:
[
'
6.2.0'
]
rocm_version
:
[
'
6.2.0'
]
build_type
:
[
'
all'
,
'
srt'
]
build_type
:
[
'
all'
,
'
srt'
]
steps
:
steps
:
-
name
:
Delete huge unnecessary tools folder
run
:
rm -rf /opt/hostedtoolcache
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
-
name
:
Free disk space
uses
:
jlumbroso/free-disk-space@main
with
:
tool-cache
:
false
docker-images
:
false
android
:
true
dotnet
:
true
haskell
:
true
large-packages
:
true
swap-storage
:
false
-
name
:
Login to Docker Hub
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v2
uses
:
docker/login-action@v2
with
:
with
:
...
...
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