We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36f803 commit 5b8ff40Copy full SHA for 5b8ff40
1 file changed
ci/setup-linux-build-deps.ps1
@@ -2,7 +2,7 @@
2
3
param(
4
[Parameter(Mandatory = $true)]
5
- [ValidateSet('x86_64', 'arm64')]
+ [ValidateSet('x64', 'arm64')]
6
[string] $Architecture
7
)
8
0 commit comments