Skip to content

Commit

Permalink
Run build_icd in our containers
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Jan 22, 2025
1 parent 5190d9d commit 1f5b359
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/planned_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,11 @@ jobs:
target: ${{ fromJson(inputs.target_list) }}
exclude: ${{ fromJson(needs.workflow_vars.outputs.matrix_only_linux_x86_64_aarch64) }}

runs-on: ubuntu-22.04
runs-on: cp-ubuntu-24.04
container:
image: ${{ contains(matrix.target, 'host_riscv') && 'ghcr.io/alan-forbes-cp/ock_ubuntu_24.04:latest' || 'ghcr.io/alan-forbes-cp/ock_ubuntu_22.04:latest' }}
volumes:
- ${{github.workspace}}:${{github.workspace}}
steps:
- name: clone ock platform
uses: actions/checkout@v4
Expand Down

0 comments on commit 1f5b359

Please sign in to comment.