commit 0831a48e01301b44ceb6f50443b81601889e994e Author: Max Date: Sat Jan 10 23:37:21 2026 +0100 add initial pipeline diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml new file mode 100644 index 0000000..dabd6ed --- /dev/null +++ b/.forgejo/workflows/build.yaml @@ -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