Skip to content

Commit

Permalink
Fix ARM build 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Jun 27, 2024
1 parent 2891e21 commit a02f2dc
Showing 1 changed file with 1 addition and 1 deletion.
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=amd64/linux-headers-${KERNEL_VERSION}_${KERNEL_VERSION}.${KERNEL_VERSION_C}_all.deb
headers=${systemArch}/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 a02f2dc

Please sign in to comment.