deblive/.gitea/workflows/build-isos.yaml

17 lines
405 B
YAML
Raw Normal View History

2023-12-09 16:29:32 +00:00
name: Build ISOs
on: [push]
jobs:
build-isos:
runs-on: ubuntu-latest
2023-12-09 16:29:32 +00:00
container:
image: node:16-bullseye
privileged: yes
2023-12-09 16:29:32 +00:00
volumes:
- /srv/vapps/gitea-rootless/volumes/test:/data
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: apt-get update; apt-get install -y live-build
- run: lb build