Skip to content

Add a patch for compat input in 64 bit apps #1

Add a patch for compat input in 64 bit apps

Add a patch for compat input in 64 bit apps #1

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