Skip to content

Commit

Permalink
fix: revert cuda build
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Dec 31, 2024
1 parent 2cec7dc commit c60447d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ on:
jobs:
build-linux-x86_64:
runs-on: ubuntu-latest
container: nvidia/cuda:12.6.2-devel-ubuntu24.04
steps:
- name: Upgrade git
run: apt-get update && apt-get install -y git
- uses: actions/checkout@v4
with:
submodules: 'true'
Expand Down Expand Up @@ -88,7 +85,7 @@ jobs:
-v $(pwd):/${{ github.workspace }} \
-w /${{ github.workspace }} \
--platform linux/arm64 \
nvidia/cuda:12.6.2-devel-ubuntu24.04 \
arm64v8/ubuntu:latest \
bash -c "./scripts/prepare-linux.sh && ./scripts/build-linux.sh"
- name: Upload build artifacts
if: inputs.upload-artifacts == 'true'
Expand Down

0 comments on commit c60447d

Please sign in to comment.