Skip to content

Initial commit

Initial commit #8

Workflow file for this run

name: Build ISO
on:
push:
branches: main
jobs:
build:
runs-on: ubuntu-latest
container:
image: archlinux:latest
options: --privileged
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 git
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Build image
run: mkarchiso -v .