instant-arch/.forgejo/workflows/build.yaml
Max 0831a48e01
Some checks are pending
Build Arch ISO / build-iso (push) Waiting to run
add initial pipeline
2026-01-10 23:37:21 +01:00

12 lines
225 B
YAML

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