Commit abd05b3819

Alex Rønne Petersen <alex@alexrp.com>
2025-11-18 03:56:42
ci: enable s390x-linux jobs on Forgejo Actions
1 parent 830831d
Changed files (1)
.forgejo
workflows
.forgejo/workflows/ci.yaml
@@ -73,6 +73,26 @@ jobs:
       - name: Build and Test
         run: sh ci/riscv64-linux-release.sh
         timeout-minutes: 420
+  s390x-linux-debug:
+    runs-on: [self-hosted, s390x-linux]
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v4
+        with:
+          fetch-depth: 0
+      - name: Build and Test
+        run: sh ci/s390x-linux-debug.sh
+        timeout-minutes: 240
+  s390x-linux-release:
+    runs-on: [self-hosted, s390x-linux]
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v4
+        with:
+          fetch-depth: 0
+      - name: Build and Test
+        run: sh ci/s390x-linux-release.sh
+        timeout-minutes: 180
   x86_64-freebsd-debug:
     runs-on: [self-hosted, x86_64-freebsd]
     steps: