Skip to content

Commit

Permalink
jjj
Browse files Browse the repository at this point in the history
  • Loading branch information
andreriesco committed Jul 12, 2024
1 parent 241a362 commit 7ea1a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/torizonPackages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
)]
param()

$TORIZON_ARCH = $env:TORIZON_ARCH
$TORIZON_ARCH = "aarch64"

if ($TORIZON_ARCH -eq "aarch64") {
$TORIZON_ARCH = "arm64"
Expand Down

0 comments on commit 7ea1a2c

Please sign in to comment.