Skip to content

Conversation

@mpaduano
Copy link

@mpaduano mpaduano commented Sep 30, 2025

Testes

This commit introduces a new GitHub Actions workflow to automate the
building of the aarch64 kernel.

The workflow is triggered on push and pull_request events to the main
branch. It sets up the required build environment, including clang, lld,
and the aarch64 cross-compiler, configures the kernel using defconfig,
and then compiles it.

The resulting kernel image and other build artifacts are uploaded for
easy access.

Additionally, the top-level .gitignore has been modified to ensure
the .github directory is not ignored by git.
This commit introduces a new GitHub Actions workflow to automate the
building of the aarch64 kernel.

The workflow is triggered on push and pull_request events to the main
branch. It sets up the required build environment, including clang, lld,
and the aarch64 cross-compiler, configures the kernel using defconfig,
and then compiles it.

The resulting kernel image and other build artifacts are uploaded for
easy access.

Additionally, the top-level .gitignore has been modified to ensure
the .github directory is not ignored by git.
@mpaduano mpaduano closed this Sep 30, 2025
@mpaduano mpaduano reopened this Sep 30, 2025
@mpaduano
Copy link
Author

Start

This commit introduces a new GitHub Actions workflow to automate the
building of the aarch64 kernel.

The workflow is triggered on push and pull_request events to the main
branch. It sets up the required build environment, including clang, lld,
and the aarch64 cross-compiler, configures the kernel using defconfig,
and then compiles it.

The resulting kernel image and other build artifacts are uploaded for
easy access.

Additionally, the top-level .gitignore has been modified to ensure
the .github directory is not ignored by git.
This commit introduces a new GitHub Actions workflow to automate the
building of the aarch64 kernel.

The workflow is triggered on push and pull_request events to the main
branch. It sets up the required build environment, including clang, lld,
and the aarch64 cross-compiler, configures the kernel using defconfig,
and then compiles it.

The resulting kernel image and other build artifacts are uploaded for
easy access.

Additionally, the top-level .gitignore has been modified to ensure
the .github directory is not ignored by git.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant