Commit 476d2af449ff

Vincent Demeester <vincent@sbr.pm>
2025-05-29 17:50:01
.github/workflows/build-systems: fix ai system
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent bb39c75
Changed files (1)
.github
.github/workflows/build-systems.yaml
@@ -66,7 +66,7 @@ jobs:
           # build the system
           # FIXME: move this away from this somehow
           BUILD_ARGS=""
-          if [[ "${{ matrix.name }}" == "demeter" || "${{ matrix.name }}" == "athena" ]]; then
+          if [[ "${{ matrix.name }}" == "demeter" || "${{ matrix.name }}" == "athena" || "${{ matrix.name }}" == "aix" ]]; then
             BUILD_ARGS="${BUILD_ARGS} --option system aarch64-linux"
           fi
           nix build ${BUILD_ARGS} -L ".#nixosConfigurations.${{ matrix.name }}.config.system.build.toplevel"