docker: x86 dev builds for hopper and blackwell (#11075)

This commit is contained in:
ishandhanani
2025-10-01 00:06:38 -07:00
committed by GitHub
parent 6130529143
commit 47488cc353
4 changed files with 27 additions and 27 deletions

View File

@@ -10,16 +10,16 @@ on:
jobs:
publish-x86:
if: github.repository == 'sgl-project/sglang'
environment: 'prod'
environment: "prod"
strategy:
matrix:
variant:
- cuda_version: '12.6.1'
build_type: 'all'
- cuda_version: '12.8.1'
build_type: 'blackwell'
- cuda_version: '12.9.1'
build_type: 'blackwell'
- cuda_version: "12.6.1"
build_type: "all"
- cuda_version: "12.8.1"
build_type: "blackwell"
- cuda_version: "12.9.1"
build_type: "blackwell"
runs-on: nvidia
steps:
- name: Delete huge unnecessary tools folder
@@ -82,13 +82,13 @@ jobs:
publish-arm64:
if: github.repository == 'sgl-project/sglang'
environment: 'prod'
environment: "prod"
strategy:
matrix:
variant:
- cuda_version: '12.9.1'
build_type: 'blackwell_aarch'
runs-on: labubu
- cuda_version: "12.9.1"
build_type: "blackwell_aarch64"
runs-on: sgl-kernel-release-node-arm
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache