From d6e9b9eb642542cd0e113a73285680b443a6a9f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 1 Mar 2026 19:28:25 +0100 Subject: [PATCH] ci: enable aarch64-netbsd --- .forgejo/workflows/ci.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index e2d321a51b85ae00b90d57370485fdd5f136a84d..160271aded4052668cd533db49699e1aaf32f9b9 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -59,6 +59,27 @@ jobs: run: sh ci/aarch64-linux-release.sh timeout-minutes: 120 + aarch64-netbsd-debug: + runs-on: [self-hosted, aarch64-netbsd] + steps: + - name: Checkout + uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 + with: + fetch-depth: 0 + - name: Build and Test + run: sh ci/aarch64-netbsd-debug.sh + timeout-minutes: 300 + aarch64-netbsd-release: + runs-on: [self-hosted, aarch64-netbsd] + steps: + - name: Checkout + uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28 + with: + fetch-depth: 0 + - name: Build and Test + run: sh ci/aarch64-netbsd-release.sh + timeout-minutes: 240 + aarch64-macos-debug: runs-on: [self-hosted, aarch64-macos] steps: -- 2.54.0