add initial pipeline
Some checks are pending
Build Arch ISO / build-iso (push) Waiting to run

This commit is contained in:
Max 2026-01-10 23:37:21 +01:00
commit 0831a48e01

View file

@ -0,0 +1,12 @@
name: Build Arch ISO
on:
push:
branches: [ main ]
jobs:
build-iso:
runs-on: archlinux
container:
image: archlinux:latest
steps:
- name: Get release information
run: cat /etc/os-release