mkv

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e4bc2d0740ba5068faa28bfaf92a91d98457e57d
parent 9b5b7be0de389b59f9d70ed85fbc4246b69fae7e
Author: Silas Brack <silasbrack@gmail.com>
Date:   Thu,  2 Apr 2026 23:39:14 +0200

Add comment

Diffstat:
M.forgejo/workflows/ci.yaml | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml @@ -29,6 +29,13 @@ jobs: target: x86_64-unknown-linux-musl - package: aarch64-linux target: aarch64-unknown-linux-gnu + # TODO: need macOS runners for these + # - package: default + # target: x86_64-apple-darwin + # system: x86_64-darwin + # - package: default + # target: aarch64-apple-darwin + # system: aarch64-darwin steps: - uses: actions/checkout@v4