Skip to content

Commit bcee739

Browse files
kyleliang-nvssssnow
authored andcommitted
Change to use native arm runner (#8414)
1 parent 9022fbd commit bcee739

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release-docker-gb200.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
publish:
1212
if: github.repository == 'sgl-project/sglang'
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04-arm
1414
environment: 'prod'
1515
steps:
1616
- name: Delete huge unnecessary tools folder
@@ -19,9 +19,6 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121

22-
- name: Set up QEMU
23-
uses: docker/setup-qemu-action@v3
24-
2522
- name: Set up Docker Buildx
2623
uses: docker/setup-buildx-action@v3
2724

0 commit comments

Comments
 (0)