deblive/.gitea/workflows/build-isos.yaml
Jakub Filo 4da56f236c
Some checks failed
Build ISOs / build-isos (push) Failing after 4m46s
Update .gitea/workflows/build-isos.yaml
2023-12-09 18:27:04 +00:00

18 lines
428 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: apt-get update; apt-get install -y live-build
- run: lb build