Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Dec 20, 2023
1 parent 1899247 commit f0d9b4c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .cirrus.star
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ load("cirrus", "env", "fs", "http")
def main(ctx):

file = ''
# file += fs.read("tools/ci/cirrus_deploy_docker_manylinux2014_aarch64_cuda_12.3.yml")
file += fs.read("tools/ci/cirrus_deploy_docker_manylinux2014_aarch64_cuda_12.3.yml")

return file
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-docker-manylinux2014_x86_64_cuda_10.2

on:
# push:
# branches:
# - main
push:
branches:
- main
release:
types:
- published
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-docker-manylinux2014_x86_64_cuda_11.8

on:
# push:
# branches:
# - main
push:
branches:
- main
release:
types:
- published
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-docker-manylinux2014_x86_64_cuda_12.0

on:
# push:
# branches:
# - main
push:
branches:
- main
release:
types:
- published
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-docker-manylinux2014_x86_64_cuda_12.3

on:
# push:
# branches:
# - main
push:
branches:
- main
release:
types:
- published
Expand Down

0 comments on commit f0d9b4c

Please sign in to comment.