Skip to content

Build ISO

Build ISO #131

Workflow file for this run

name: VanillaOS orchid
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/vanilla-os/pico:main
volumes:
- /proc:/proc
- /:/run/host
options: --privileged -it
steps:
- uses: actions/checkout@v4
- name: De-bloat stock image
run: |
rm -r /run/host/usr/share/dotnet
rm -r /run/host${{ runner.tool_cache }}
- name: Install needed packages
run: apt update && apt install debootstrap -y
- name: Build ISO
run: ./build.sh etc/terraform.conf
- name: Get current date
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> "$GITHUB_ENV"
- uses: actions/upload-artifact@v4
with:
name: VanillaOS 2 Beta ${{ env.CURRENT_DATE }} ${{ github.run_number }}
path: builds/