Skip to content

Commit

Permalink
chore(ci): add free ubuntu space in release workflow (#1377)
Browse files Browse the repository at this point in the history
* chore(ci): add free ubuntu space in release workflow

* update

* update

* update

* update
  • Loading branch information
wsxiaoys authored Feb 4, 2024
1 parent 55b36e0 commit f4fd13b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ jobs:
- os: macos-latest
target: aarch64-apple-darwin
binary: aarch64-apple-darwin
- os: ubuntu-latest
- os: dimerun-k3-ubuntu2204
target: x86_64-unknown-linux-gnu
binary: x86_64-manylinux2014
container: quay.io/pypa/manylinux2014_x86_64
build_args: --features static-ssl,prod-db
- os: ubuntu-latest
- os: dimerun-k3-ubuntu2204
target: x86_64-unknown-linux-gnu
binary: x86_64-manylinux2014-cuda117
container: sameli/manylinux2014_x86_64_cuda_11.7
build_args: --features static-ssl --features cuda,prod-db
- os: ubuntu-latest
- os: dimerun-k3-ubuntu2204
target: x86_64-unknown-linux-gnu
binary: x86_64-manylinux2014-cuda122
container: sameli/manylinux2014_x86_64_cuda_12.2
Expand All @@ -62,7 +62,7 @@ jobs:
ext: .exe
build_args: --features cuda,prod-db
windows_cuda: '12.2.0'
- os: ubuntu-latest
- os: dimerun-k3-ubuntu2204
target: x86_64-unknown-linux-gnu
binary: x86_64-manylinux2014-rocm57
container: ghcr.io/cromefire/hipblas-manylinux/2014/5.7:latest
Expand Down

0 comments on commit f4fd13b

Please sign in to comment.