File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- name : Build repo packages
1+ name : Build aarch64 repo packages
22
33on :
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
You can’t perform that action at this time.
0 commit comments