From 5eb0bc96b6c43456176b2aaf670b44af37cbada0 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 21 Jan 2026 18:24:03 +0100 Subject: [PATCH] feat: build only arm64 machines. --- .forgejo/workflows/default.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/default.yml b/.forgejo/workflows/default.yml index 6e05b33..7cca111 100644 --- a/.forgejo/workflows/default.yml +++ b/.forgejo/workflows/default.yml @@ -12,5 +12,7 @@ jobs: - uses: https://code.forgejo.org/actions/checkout@v4 - run: nix flake check continue-on-error: true - - run: nix build .#tyr - - run: nix build .#heimdall + - run: nix build .#bragi + - run: nix build .#thor + - run: nix build .#odin + - run: nix build .#freyja