Add arm for testing in the future
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
build.yml / build (ucrt) (push) Failing after 8m58s
build.yml / build (x86) (push) Failing after 22m22s
build.yml / release (push) Skipped

This commit is contained in:
Greg Hellings
2026-08-05 22:23:26 -05:00
parent 002897dfdc
commit 8de9f6eb71
+1 -1
View File
@@ -117,7 +117,7 @@
default = tar mingwW64; default = tar mingwW64;
x86 = tar mingwW64; x86 = tar mingwW64;
ucrt = tar ucrt64; ucrt = tar ucrt64;
#ucrtAarch = tar ucrtAarch64; arm = tar ucrtAarch64;
update = pkgs.callPackage ./update.nix { }; update = pkgs.callPackage ./update.nix { };
}; };
}; };