Closed actionshrimp closed 6 months ago
If using the nix-darwin linux-builder (which is aarch64-linux), isDarwin is false, but the processor is still aarch64, and we want the build arch to be arm64 in this case too.
linux-builder
aarch64-linux
isDarwin
aarch64
arm64
Thanks!
If using the nix-darwin
linux-builder
(which isaarch64-linux
),isDarwin
is false, but the processor is stillaarch64
, and we want the build arch to bearm64
in this case too.