Skip to content

Commit b06828e

Browse files
committed
fix: ci: build-packages aarch64
1 parent f7f51e4 commit b06828e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/build-PKGBUILDs_aarch64.yml renamed to .github/workflows/build-PKGBUILDs-aarch64.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build repo packages
1+
name: Build aarch64 repo packages
22

33
on:
44
workflow_dispatch:
@@ -162,7 +162,7 @@ jobs:
162162
path: release
163163

164164
build-packages:
165-
needs: [build-linux-firmware, build-kernel-sm8250, build-kernel-sdm845]
165+
needs: [build-linux-firmware]
166166
runs-on: ubuntu-22.04-arm
167167
container: danhunsaker/archlinuxarm
168168
env:
@@ -192,12 +192,17 @@ jobs:
192192
- name: Setup builder
193193
run: |
194194
curl -L -o /etc/pacman.conf https://github.com/silime/ArchlinuxARM-qcom-aarch64/raw/main/pacman.conf
195-
pacman -R --ask=4 linux-aarch64
196195
pacman-key --init && pacman-key --populate archlinuxarm
197196
pacman-key --recv-keys F60FD4C6D426DAB6
198197
pacman-key --lsign F60FD4C6D426DAB6
199198
pacman -Syyu --noconfirm --ask=4 arch-install-scripts cloud-guest-utils sudo binutils fakeroot base-devel git
199+
useradd -m alarm
200+
passwd -d alarm
201+
usermod -aG wheel alarm
200202
echo 'alarm ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
203+
cp {build.sh,qcom.yaml} /home/alarm/
204+
chown alarm /home/alarm/*
205+
./build.sh qcom qcom "${{ secrets.GPG_PASSPHRASE }}"
201206
shell: bash
202207

203208
- name: Setup GPG

0 commit comments

Comments
 (0)