Merge branch 'microsoft/surface/specialisation/common-files' into microsoft/surface/specialisation/surface-go

This commit is contained in:
mexisme 2023-01-10 17:45:41 +13:00
commit aa5b884f01
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ def build_profile(
system = "x86_64-linux"
if "raspberry-pi/2" in profile:
system = "armv7l-linux"
if "raspberry-pi/4" in profile:
system = "aarch64-linux"
cmd = [
"nix",