ci: enable s390x-linux jobs on Forgejo Actions

This commit is contained in:
Alex Rønne Petersen 2025-11-18 03:56:42 +01:00
parent 830831dcba
commit abd05b3819
No known key found for this signature in database

View file

@ -73,6 +73,26 @@ jobs:
- name: Build and Test - name: Build and Test
run: sh ci/riscv64-linux-release.sh run: sh ci/riscv64-linux-release.sh
timeout-minutes: 420 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: x86_64-freebsd-debug:
runs-on: [self-hosted, x86_64-freebsd] runs-on: [self-hosted, x86_64-freebsd]
steps: steps: