authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-18 03:56:42+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-19 09:41:58+01:00
logabd05b38195dd8b258505433555e52e3631edcfc
tree0326a4c5609b69cec0af03c6e7fc731edda2c9c0
parent830831dcba50bfc8a0f685ce72f25d0208c9f33f
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: enable s390x-linux jobs on Forgejo Actions


1 files changed, 20 insertions(+), 0 deletions(-)

.forgejo/workflows/ci.yaml+20
...@@ -73,6 +73,26 @@ jobs:...@@ -73,6 +73,26 @@ jobs:
73 - name: Build and Test73 - name: Build and Test
74 run: sh ci/riscv64-linux-release.sh74 run: sh ci/riscv64-linux-release.sh
75 timeout-minutes: 42075 timeout-minutes: 420
76 s390x-linux-debug:
77 runs-on: [self-hosted, s390x-linux]
78 steps:
79 - name: Checkout
80 uses: actions/checkout@v4
81 with:
82 fetch-depth: 0
83 - name: Build and Test
84 run: sh ci/s390x-linux-debug.sh
85 timeout-minutes: 240
86 s390x-linux-release:
87 runs-on: [self-hosted, s390x-linux]
88 steps:
89 - name: Checkout
90 uses: actions/checkout@v4
91 with:
92 fetch-depth: 0
93 - name: Build and Test
94 run: sh ci/s390x-linux-release.sh
95 timeout-minutes: 180
76 x86_64-freebsd-debug:96 x86_64-freebsd-debug:
77 runs-on: [self-hosted, x86_64-freebsd]97 runs-on: [self-hosted, x86_64-freebsd]
78 steps:98 steps: