Skip to content

feat: CPU isolation, IRQ pinning, NUMA check, shellcheck, housekeeping #117

feat: CPU isolation, IRQ pinning, NUMA check, shellcheck, housekeeping

feat: CPU isolation, IRQ pinning, NUMA check, shellcheck, housekeeping #117

Workflow file for this run

name: Build
# run the vanilla build pipeline on commits to feature branches, or PRs on master
on:
push:
branches:
- "*"
pull_request:
branches: [ master ]
jobs:
call-reusable:
uses: ./.github/workflows/reusable_build.yml
secrets: inherit