Skip to content

Initial commit

Initial commit #3

Workflow file for this run

name: Build ISO
on:
push:
branches: main
jobs:
build:
runs-on: ubuntu-latest
container:
image: archlinux:latest
steps:
- name: Refresh package databases
run: pacman --sync --noconfirm --refresh
- name: Upgrade system
run: pacman --sync --noconfirm --sysupgrade
- name: Install required packages
run: pacman --sync --noconfirm --needed archiso pacman-contrib
- name: Remove outdated packages from cache
run: paccache --keep 1 --remove
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true
- name: Build image
run: mkarchiso -v .