feat(ci): Add arm64 emulation and multi-arch kernel build support
Some checks failed
Build kernel module / build (1:6.12.93-1+rpt1) (push) Failing after 1m30s
Build kernel module / release (push) Has been skipped

Introduce arm64 emulation setup and enhance the kernel build workflow to
support multi-architecture builds. Updated the process to use Docker
copy commands for compatibility with docker-in-docker environments, ensuring
accurate context access and successful compilation.
This commit is contained in:
Christian Werner 2026-06-19 04:02:01 +02:00
parent cd0285cc0b
commit c6958fa380

View File

@ -71,7 +71,7 @@ jobs:
mv iec_listener.ko "out/modules/iec_listener_${safe}.ko" mv iec_listener.ko "out/modules/iec_listener_${safe}.ko"
- name: Upload build output - name: Upload build output
uses: actions/upload-artifact@v4 uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with: with:
# Name by the path-friendly version so artifact names stay unique; all # Name by the path-friendly version so artifact names stay unique; all
# of them merge back into the single modules/ folder at download time. # of them merge back into the single modules/ folder at download time.