Skip to content

Enable build of runner using runner #3

Enable build of runner using runner

Enable build of runner using runner #3

Workflow file for this run

name: Set of tests for Self-Hosted RISC-V runner
on: [workflow_dispatch, pull_request]
jobs:
run:
runs-on: self-hosted
steps:
- name: CPU info
run: |
uname -m
cat /proc/cpuinfo
- name: OS info
run: cat /etc/os-release