Skip to content

Commit e6b5062

Browse files
fix: amd64 arch to X64 (#2580)
1 parent 9c7f103 commit e6b5062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/container/host_environment.go

+1
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ func (*HostEnvironment) JoinPathVariable(paths ...string) string {
423423
// https://docs.github.com/en/actions/learn-github-actions/contexts#runner-context
424424
func goArchToActionArch(arch string) string {
425425
archMapper := map[string]string{
426+
"amd64": "X64",
426427
"x86_64": "X64",
427428
"386": "X86",
428429
"aarch64": "ARM64",

0 commit comments

Comments
 (0)