Skip to content

Publish CONDA PKG

Publish CONDA PKG #5

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: Publish CONDA PKG
on:
workflow_dispatch:
jobs:
build-conda-x86_64:
uses: ./.github/workflows/conda-python-build.yaml
with:
build_type: branch
script: "ci/build_conda.sh"
CPU: "amd64"
GPU: "v100"
upload_to_conda: true
build-conda-aarch64:
uses: ./.github/workflows/conda-python-build.yaml
with:
build_type: branch
script: "ci/build_conda.sh"
CPU: "arm64"
GPU: "a100"
upload_to_conda: true