do the proot nonsense in woodpecker
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
Mark Riedesel 2024-11-18 12:21:07 -06:00
parent 02c9cb8247
commit b4efcdbaa6
2 changed files with 1 additions and 8 deletions

View file

@ -7,6 +7,7 @@ steps:
image: docker.io/archlinux:base-devel
commands:
- pacman -Sy
- curl -L https://proot.gitlab.io/proot/bin/proot /usr/local/bin/chroot && chmod +x /usr/local/bin/chroot
- ./build-iso
- eval $(grep iso_ archiso/profiledef.sh)
- ISO_FILE="archiso/out/$iso_name-$iso_version-x86_64.iso"