deblive/.gitea/workflows/build-isos.yaml
Jakub Filo ba2739fc2d
Some checks failed
Build ISOs / build-isos (push) Failing after 32s
Update .gitea/workflows/build-isos.yaml
2023-12-09 18:38:08 +00:00

20 lines
487 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: mount -t proc proc2
- run: apt-get update; apt-get install -y live-build
- run: lb build