Skip to content

Bump version to 5.6.2 #174

Bump version to 5.6.2

Bump version to 5.6.2 #174

Workflow file for this run

name: Build aarch64 kernel
on: [pull_request, create]
jobs:
build:
if: github.event_name == 'pull_request'
name: Build aarch64 kernel
runs-on: ubuntu-24.04-arm
steps:
- name: Code checkout
uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y make gcc bc bison flex elfutils python3-pyelftools curl patch libelf-dev
- name: Build aarch64 kernel
run: make