deblive/.gitea/workflows/build-isos.yaml
Jakub Filo bbe9df3c67
Some checks failed
Build ISOs / build-isos (push) Failing after 6m16s
Update .gitea/workflows/build-isos.yaml
2023-12-10 00:32:26 +00:00

22 lines
677 B
YAML

name: Build ISOs
on: [push]
jobs:
build-isos:
runs-on: ubuntu-latest
container:
image: node:16-bullseye
privileged: yes
volumes:
- /srv/vapps/gitea-rootless/volumes/test2:/data
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: cd /data
- run: ls -al /proc
- run: mkdir proc2
- run: mount -t proc proc proc2
- run: apt-get update; apt-get install -y live-build; lb config
- run: lb build; cat /workspace/plantroon/deblive/chroot/debootstrap/debootstrap.log
- run: cat /workspace/plantroon/deblive/chroot/debootstrap/debootstrap.log