Skip to content

Upgrade actions/checkout from v3 to v4 #156

Upgrade actions/checkout from v3 to v4

Upgrade actions/checkout from v3 to v4 #156

Workflow file for this run

name: Build Linux Kernel
on: push
jobs:
build:
strategy:
fail-fast: false
matrix:
linux: [linux-mint, ubuntu, # debian, kalilinux
almalinux, amazonlinux,
centos, centos8, fedora, mageia,
opensuse, oraclelinux, rockylinux,
archlinux, cbl-mariner, gentoo, manjarolinux] # void-linux
# redhat, chimeralinux
uses: ./.github/workflows/build.yml
with:
linux: ${{ matrix.linux }}