1
0

Add generator for debian images

This commit is contained in:
2023-05-12 00:59:36 +00:00
parent 183b4698dd
commit 2910ce17c7
4 changed files with 97 additions and 0 deletions

20
.github/workflows/images.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Generate Images
on:
workflow_dispatch:
jobs:
debian-images:
name: Debian Images
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: debootstrap
run: ./tools/qemu-debian-img/generate-images.sh
- name: Archive images
uses: actions/upload-artifact@v3
with:
name: debian-images
path: /home/runner/work/out-of-tree/out-of-tree/tools/qemu-debian-img/*.tar.gz