Skip to content

Commit

Permalink
Fix ARM build 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Jun 27, 2024
1 parent a02f2dc commit 868621e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/ci/linux/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 868621e

Please sign in to comment.