Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: Build ISO
on:
push:
branches: main
jobs:
build:
container:

Check failure on line 9 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build ISO

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 9, Col: 5): Required property is missing: runs-on
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 .