Add "x86_64" and "x86-64" aliases for "x64" (#44)

By a popular request...
This commit is contained in:
Alexei Lozovsky
2021-05-29 22:43:24 +09:00
committed by GitHub
parent 985d494a0f
commit e78ece9a2a
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
- `arch` target architecture
- native compilation:
- `x64` (default) or its synonyms: `amd64`, `win64`
- `x64` (default) or its synonyms: `amd64`, `win64`, `x86_64`
- `x86` or its synonyms: `win32`
- cross-compilation: `x86_amd64`, `x86_arm`, `x86_arm64`, `amd64_x86`, `amd64_arm`, `amd64_arm64`
- `sdk` Windows SDK to use