Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
silime authored Sep 20, 2024
1 parent e140281 commit 2517aec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-PKGBUILDs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
name: linux-firmware-aarch64-latest
path: firmware-release
build-kernel-sm8250:
name: Build Linux kernel package
name: Build Linux sm8250 kernel package
runs-on: ubuntu-latest
container: archlinux

Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ cd build

if [ ! -f "arb" ]; then
if [ "$system_arch" == "aarch64" ] || [ "$system_arch" == "arm64" ] || [ "$system_arch" == "armv8" ]; then
curl -LJO https://github.com/kwankiu/PKGBUILDs/releases/download/arb/arb-aarch64
mv arb-aarch64 arb
curl -LJO https://github.com/silime/ArchLinux-Packages/releases/download/arb/arch_repo_builder
mv arch_repo_builder arb
sudo chmod +x arb
elif [ "$system_arch" == "x86_64" ]; then
curl -LJO https://github.com/kwankiu/PKGBUILDs/releases/download/arb/arb-x86_64
Expand Down

0 comments on commit 2517aec

Please sign in to comment.