Skip to content

Kernel Build and Release #471

Kernel Build and Release

Kernel Build and Release #471

Workflow file for this run

name: Kernel Build
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
if: github.event.repository.owner.id == github.event.sender.id
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Start building
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
bash build.sh cr