mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 06:49:39 +00:00
Add windows arm64 support (#291)
* Update build-python-packages.yml * windows arm64 support * Update build-python-packages.yml * Update build-python-packages.yml * Update build-python-packages.yml * Update build-python-packages.yml * Update build-python-packages.yml
This commit is contained in:
@ -60,6 +60,8 @@ class WinPythonBuilder : PythonBuilder {
|
||||
} else {
|
||||
$ArchitectureExtension = ".amd64"
|
||||
}
|
||||
}elseif ($this.Architecture -eq "arm64") {
|
||||
$ArchitectureExtension = "-arm64"
|
||||
}
|
||||
|
||||
return $ArchitectureExtension
|
||||
|
Reference in New Issue
Block a user