File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,11 @@ jobs:
3333
3434 # x86_64
3535 ../main/rim-bootstrap
36- sha256sum_x86_64="$(sha256sum runimage-x86_64)"
3736 zsyncmake runimage-x86_64
3837
3938 # aarch64 (temp disabled)
40- #TARGETARCH=arm64 ../main/rim-bootstrap
41- #sha256sum_aarch64="$(sha256sum runimage-aarch64)"
42- #zsyncmake runimage-aarch64
39+ TARGETARCH=arm64 ../main/rim-bootstrap
40+ zsyncmake runimage-aarch64
4341
4442 rm -f runimage
4543
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ ROOTFS_ARCH="$(./RunDir/Run uname -m 2>/dev/null)"
5757echo ' == update rootfs'
5858# # https://runimage-repo.static.hf.space
5959# # https://github.com/runimage/repo/releases/download
60- ./RunDir/Run pacman --noconfirm -Sy pacutils
60+ ./RunDir/Run pacman -Sy archlinux-keyring --needed --noconfirm
6161./RunDir/Run pacman --noconfirm -U " https://github.com/runimage/repo/releases/download/$ROOTFS_ARCH /runimage-mirrorlist.pkg.tar.zst"
62- ./RunDir/Run rim-update
62+ yes | ./RunDir/Run pacman -Syu --overwrite ' * '
6363
6464echo ' == add BlackArch repo'
6565if [ ! -x ' /tmp/strap.sh' ]
You can’t perform that action at this time.
0 commit comments