Skip to content

Commit e22d12a

Browse files
earl-warrenderrik-fleming
andcommitted
fix: amd64 arch to X64 (#2580) (#819)
(cherry picked from commit c671295aab9192b49e4acc981e9c5b2c1d567884) Refs https://github.com/nektos/act/pull/2580/files <!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> - bug fixes - [PR](https://code.forgejo.org/forgejo/runner/pulls/819): <!--number 819 --><!--line 0 --><!--description Zml4OiBhbWQ2NCBhcmNoIHRvIFg2NCAoIzI1ODAp-->fix: amd64 arch to X64 (#2580)<!--description--> <!--end release-notes-assistant--> Co-authored-by: derrik <[email protected]> Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/819 Reviewed-by: Michael Kriese <[email protected]>
1 parent 7a02f8e commit e22d12a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

act/container/host_environment.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ func (*HostEnvironment) JoinPathVariable(paths ...string) string {
462462
// https://docs.github.com/en/actions/learn-github-actions/contexts#runner-context
463463
func goArchToActionArch(arch string) string {
464464
archMapper := map[string]string{
465+
"amd64": "X64",
465466
"x86_64": "X64",
466467
"386": "X86",
467468
"aarch64": "ARM64",

0 commit comments

Comments
 (0)