This commit is contained in:
parent
b4efcdbaa6
commit
2d12b8466d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +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
|
||||
- curl -L https://proot.gitlab.io/proot/bin/proot -o /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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue