Skip to content

arch:arm64:Makefile: reome an extra endif #609

arch:arm64:Makefile: reome an extra endif

arch:arm64:Makefile: reome an extra endif #609

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
device: [m21]
ksu: [1]
name: "🚧 Build for ${{matrix.device}} KSU=${{matrix.ksu}}"
steps:
- name: Checkout source
uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: szenius/[email protected]
with:
timezoneLinux: "Asia/Kolkata"
- name: Setup Toolchains
run: |
sudo apt update
sudo apt install bison flex libssl-dev libarchive-tools -y
mkdir -p toolchain
cd toolchain
echo 'Download antman and sync'
bash <(curl -s "https://raw.githubusercontent.com/Neutron-Toolchains/antman/main/antman") -S=05012024
echo 'Patch for glibc'
bash <(curl -s "https://raw.githubusercontent.com/Neutron-Toolchains/antman/main/antman") --patch=glibc
echo 'Done'
- name: Run build
run: |
DEVICE=${{matrix.device}} KSU=${{matrix.ksu}} ./build.sh
- name: Upload to Telegram
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_CHAT_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
document: AnyKernel3/N*.zip
message: "Build COmpleted"
- name: Upload kernel
uses: actions/upload-artifact@v4
with:
name: N_kernel-${{matrix.device}}_Clang_18
path: AnyKernel3/N*.zip