From af5661e514b7e6a90b2dbeebe732fe4ec63aff86 Mon Sep 17 00:00:00 2001 From: Alexei Lozovsky Date: Sat, 29 May 2021 16:55:35 +0300 Subject: [PATCH] Add "x86-64" to the list of aliases too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3f9486..79b830f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ jobs: - `arch` – target architecture - native compilation: - - `x64` (default) or its synonyms: `amd64`, `win64`, `x86_64` + - `x64` (default) or its synonyms: `amd64`, `win64`, `x86_64`, `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