From bf6060b6d1bff1ac514ba3f9912485bbb8e3337b Mon Sep 17 00:00:00 2001 From: Silas Brack Date: Fri, 3 Apr 2026 16:36:33 +0200 Subject: [PATCH] ci: remove unnecessary builds --- .forgejo/workflows/ci.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 7cba11f..b1de015 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -25,11 +25,10 @@ jobs: include: - package: x86_64-linux target: x86_64-unknown-linux-gnu - - package: x86_64-linux-musl - target: x86_64-unknown-linux-musl - - package: aarch64-linux - target: aarch64-unknown-linux-gnu - # TODO: need macOS runners for these + # - package: x86_64-linux-musl + # target: x86_64-unknown-linux-musl + # - package: aarch64-linux + # target: aarch64-unknown-linux-gnu # - package: default # target: x86_64-apple-darwin # system: x86_64-darwin