Skip to content

Re-enable linux ARM builds for CPython and numpy #154

Re-enable linux ARM builds for CPython and numpy

Re-enable linux ARM builds for CPython and numpy #154

Workflow file for this run

name: tritonserver
on:
push:
paths:
- tritonserver/**
- .github/workflows/tritonserver.yml
pull_request:
paths:
- tritonserver/**
- .github/workflows/tritonserver.yml
workflow_dispatch:
env:
CI_DEPLOY_MODULE: ${{ github.workflow }}
CI_DEPLOY_PLATFORM: ${{ github.job }}
CI_DEPLOY_SETTINGS: ${{ secrets.CI_DEPLOY_SETTINGS }}
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
STAGING_REPOSITORY: ${{ secrets.STAGING_REPOSITORY }}
jobs:
linux-x86_64:
runs-on: ubuntu-20.04
container: nvcr.io/nvidia/tritonserver:23.09-py3
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions