Skip to content

Lysa14/deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Kernel Source Package Builder

This repository contains GitHub Actions workflows to automate the building of Debian packages .deb from a Linux kernel source

Workflow Overview

The workflow deb.yml consists of several steps:

  • Checkout repository: This step checks out the repository code to the runner.
  • Install necessary packages: Installs required dependencies on the GitHub Actions runner.
  • Get kernel source: Downloads the Linux kernel source from the official repository.
  • Extract kernel source: Extracts the downloaded kernel source.
  • Make configuration ARCH: Configures the kernel build for the desired architecture.
  • Change var configuration: Modifies kernel configuration variables if necessary.
  • Make kernel: Builds the kernel and generates Debian packages. Additional Notes

About

CI/CD that builds deb package from kernel tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •