Skip to content

Commit

Permalink
Add arm conda step
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Dec 30, 2024
1 parent 482fa85 commit 65c5b0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
name: Package
if: ${{ inputs.conda_run_build }}
needs: [benchmark, documentation, test]
runs-on: linux-amd64-cpu16
runs-on: linux-${{ matrix.arch }}-cpu16
timeout-minutes: 60
container:
credentials:
Expand All @@ -318,6 +318,8 @@ jobs:
image: ${{ inputs.container }}
strategy:
fail-fast: true
matrix:
arch: ["amd64", "arm64"]

steps:
- name: Checkout
Expand All @@ -334,7 +336,7 @@ jobs:
aws-region: ${{ vars.AWS_REGION }}
role-duration-seconds: 43200 # 12h

- name: conda
- name: conda:${{ matrix.arch }}
shell: bash
env:
CONDA_TOKEN: "${{ secrets.CONDA_TOKEN }}"
Expand Down

0 comments on commit 65c5b0b

Please sign in to comment.