Skip to content

Build ISO

Build ISO #20

Workflow file for this run

name: Build ISO
on:
workflow_dispatch:
inputs:
branch:
description: 'Which branch?'
required: true
default: 'master'
jobs:
build_iso:
runs-on: ubuntu-22.04
steps:
- name: Auschecken
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}
submodules: true
- name: Build
run: sudo ./build-local.sh
- name: ISO Cache
uses: actions/[email protected]
with:
path: /mnt/heyalter-ubuntu-iso/build/ubuntu-22.04.iso
save-always: true
key: ubuntu-iso
- name: Archive build output
uses: actions/upload-artifact@v3
with:
name: $IMAGE_NAME
path: /mnt/heyalter-ubuntu-iso/artifacts/