ci: test building nix targets to avoid regressions

Otherwise build failure may only be detected during release.
This commit is contained in:
link2xt
2024-11-13 01:52:33 +00:00
committed by l
parent dca922b932
commit 47757c3c7f
2 changed files with 84 additions and 0 deletions

View File

@@ -363,6 +363,8 @@
mkRustPackages "x86_64-linux" //
mkRustPackages "armv7l-linux" //
mkRustPackages "armv6l-linux" //
mkRustPackages "x86_64-darwin" //
mkRustPackages "aarch64-darwin" //
mkAndroidPackages "armeabi-v7a" //
mkAndroidPackages "arm64-v8a" //
mkAndroidPackages "x86" //