From 0831a48e01301b44ceb6f50443b81601889e994e Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 10 Jan 2026 23:37:21 +0100 Subject: [PATCH] add initial pipeline --- .forgejo/workflows/build.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .forgejo/workflows/build.yaml 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