fix
Some checks failed
build and push image / Release (push) Failing after 1m14s

This commit is contained in:
syui 2024-08-25 13:22:05 +09:00
parent c50735a426
commit 1d14be6e2b
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -24,14 +24,12 @@ jobs:
steps:
- name: Initialize
run: |
git clone https://git.syui.ai/ai/os
cd os
pacman -Syuu --noconfirm base-devel archiso docker git nodejs bc
git clone https://gitlab.archlinux.org/archlinux/archiso
cp -rf ./cfg/profiledef.sh /usr/share/archiso/configs/releng/
cp -rf ./cfg/profiledef.sh ./archiso/configs/releng/profiledef.sh
cp -rf ./cfg/profiledef.sh ./archiso/configs/baseline/profiledef.sh
cp -rf ./scpt/mkarchiso ./archiso/archiso/mkarchiso
cp -rf /workspace/ai/os/cfg/profiledef.sh /usr/share/archiso/configs/releng/
cp -rf /workspace/ai/os/cfg/profiledef.sh ./archiso/configs/releng/profiledef.sh
cp -rf /workspace/ai/os/cfg/profiledef.sh ./archiso/configs/baseline/profiledef.sh
cp -rf /workspace/ai/os/scpt/mkarchiso ./archiso/archiso/mkarchiso
./archiso/archiso/mkarchiso -v -o ./ ./archiso/configs/releng/
tar xf aios-bootstrap*.tar.gz
mkdir -p root.x86_64/var/lib/machines/arch