Skip to content

Commit

Permalink
run windows/arm64 compilation on windows/amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Jul 29, 2022
1 parent 9567380 commit 8425389
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _scripts/test_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,12 @@ $x = $LastExitCode
if ($version -ne "gotip") {
Exit $x
}

# TODO: Remove once we have a windows/arm64 builder.
# Test windows/arm64 compiles.
$env:GOARCH = "arm64"
go run _scripts/make.go build --tags exp.winarm64
$x = $LastExitCode
if ($version -ne "gotip") {
Exit $x
}

0 comments on commit 8425389

Please sign in to comment.