Skip to content

Commit

Permalink
Update GitHub Actions deploy script for linux-riscv64 (pull #1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
ixgbe00 authored Oct 12, 2024
1 parent d5ecd87 commit e78462c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/deploy-ubuntu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ runs:
export CUDA=cuda-repo-rhel8-12-6-local-12.6.0_560.28.03-1.ppc64le.rpm
export CUDNN=cuda-12-9.3.0.75-1.ppc64le
export NCCL=2.22.3-1+cuda12.5.ppc64le
elif [[ "$CI_DEPLOY_PLATFORM" == "linux-riscv64" ]]; then
export ARCH=riscv64
export PREFIX=riscv64-linux-gnu
elif [[ "$CI_DEPLOY_PLATFORM" == "linux-x86" ]]; then
export ARCH=i386
export PREFIX=i686-linux-gnu
Expand Down

0 comments on commit e78462c

Please sign in to comment.