fixing iso builds
Build NixOS ISOs / build-iso (buildbox) (push) Failing after 1m36s
Build NixOS ISOs / build-iso (ender-ml) (push) Failing after 11s
Build NixOS ISOs / build-iso (eva-01) (push) Failing after 2m21s
Build NixOS ISOs / build-iso (armaros) (push) Failing after 2m55s

This commit is contained in:
2026-05-31 02:12:42 -04:00
parent 00205216f6
commit d948b70fa5
+5 -1
View File
@@ -5,6 +5,8 @@ on:
paths:
- hosts/eva-01/**
- hosts/armaros/**
- hosts/ender-ml/**
- hosts/buildbox/**
- flake.nix
- flake.lock
- .gitea/workflows/iso-builder.yml
@@ -22,7 +24,9 @@ jobs:
host:
- eva-01
- armaros
runs-on: x86_64-linux
- ender-ml
- buildbox
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4