From 868621e42cfd6f960169d2e3b521402d302cb529 Mon Sep 17 00:00:00 2001 From: Gonzalo Exequiel Pedone Date: Thu, 27 Jun 2024 16:25:45 -0300 Subject: [PATCH] Fix ARM build 4. --- .github/workflows/linux.yml | 4 ++-- ports/ci/linux/install_deps.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c5a388b..9c86955 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -47,7 +47,7 @@ jobs: upload: 0 - dockerimg: amd64/ubuntu:noble repository: v6.8.12 - kernel_version: 6.8.12-0608012 + kernel_version: 6.8.12-060812 kernel_version_c: 202405300722 upload: 0 - dockerimg: amd64/ubuntu:noble @@ -165,7 +165,7 @@ jobs: - distro: ubuntu_latest architecture: aarch64 repository: v6.8.12 - kernel_version: 6.8.12-0608012 + kernel_version: 6.8.12-060812 kernel_version_c: 202405300722 upload: 1 - distro: ubuntu_latest diff --git a/ports/ci/linux/install_deps.sh b/ports/ci/linux/install_deps.sh index 8a68fec..50b7abf 100644 --- a/ports/ci/linux/install_deps.sh +++ b/ports/ci/linux/install_deps.sh @@ -146,7 +146,7 @@ case "$architecture" in esac url=https://kernel.ubuntu.com/mainline/${REPOSITORY} -headers=${systemArch}/linux-headers-${KERNEL_VERSION}_${KERNEL_VERSION}.${KERNEL_VERSION_C}_all.deb +headers=amd64/linux-headers-${KERNEL_VERSION}_${KERNEL_VERSION}.${KERNEL_VERSION_C}_all.deb headers_generic=${systemArch}/linux-headers-${KERNEL_VERSION}-generic_${KERNEL_VERSION}.${KERNEL_VERSION_C}_${systemArch}.deb for package in ${headers} ${headers_generic}; do