fix: amd64 arch to X64 (#2580)
This commit is contained in:
@@ -423,6 +423,7 @@ func (*HostEnvironment) JoinPathVariable(paths ...string) string {
|
|||||||
// https://docs.github.com/en/actions/learn-github-actions/contexts#runner-context
|
// https://docs.github.com/en/actions/learn-github-actions/contexts#runner-context
|
||||||
func goArchToActionArch(arch string) string {
|
func goArchToActionArch(arch string) string {
|
||||||
archMapper := map[string]string{
|
archMapper := map[string]string{
|
||||||
|
"amd64": "X64",
|
||||||
"x86_64": "X64",
|
"x86_64": "X64",
|
||||||
"386": "X86",
|
"386": "X86",
|
||||||
"aarch64": "ARM64",
|
"aarch64": "ARM64",
|
||||||
|
|||||||
Reference in New Issue
Block a user