cicd(backend): add Cuda
#120
build.yml
on: pull_request
Annotations
2 errors
build-image (OpenMP, ubuntu:24.04, linux/amd64,linux/arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c \n if [[ ${TARGETARCH} == \"amd64\" ]];then\n SUFFIX=x86_64\n elif [[ ${TARGETARCH} == \"arm64\" ]];then\n SUFFIX=aarch64\n else\n echo \"Unsupported target arch ${TARGETARCH}\"\n fi\n\n wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-${SUFFIX}.sh\n\n sh cmake-${CMAKE_VERSION}-linux-${SUFFIX}.sh --skip-license --prefix=/opt/cmake-${CMAKE_VERSION}/\n" did not complete successfully: exit code: 2
|
build-image (Cuda, nvidia/cuda:12.3.2-devel-ubuntu22.04, linux/amd64, VOLTA70)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c \n if [[ ${TARGETARCH} == \"amd64\" ]];then\n SUFFIX=x86_64\n elif [[ ${TARGETARCH} == \"arm64\" ]];then\n SUFFIX=aarch64\n else\n echo \"Unsupported target arch ${TARGETARCH}\"\n fi\n\n wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-${SUFFIX}.sh\n\n sh cmake-${CMAKE_VERSION}-linux-${SUFFIX}.sh --skip-license --prefix=/opt/cmake-${CMAKE_VERSION}/\n" did not complete successfully: exit code: 2
|