We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7f103 commit e6b5062Copy full SHA for e6b5062
pkg/container/host_environment.go
@@ -423,6 +423,7 @@ func (*HostEnvironment) JoinPathVariable(paths ...string) string {
423
// https://docs.github.com/en/actions/learn-github-actions/contexts#runner-context
424
func goArchToActionArch(arch string) string {
425
archMapper := map[string]string{
426
+ "amd64": "X64",
427
"x86_64": "X64",
428
"386": "X86",
429
"aarch64": "ARM64",
0 commit comments