-
Notifications
You must be signed in to change notification settings - Fork 217
Open
Description
hello
i'm use self-host runner with ARM bash CPU
when exec workflow I get error
/home/github-runner/actions-runner/_work/_actions/helm/chart-releaser-action/v1.7.0/cr.sh: line 314: /home/github-runner/actions-runner/_work/_tool/cr/v1.7.0/aarch64/cr: cannot execute binary file: Exec format error
Error: Process completed with exit code 126.
and I go to check cr
$ file /home/github-runner/actions-runner/_work/_tool/cr/v1.7.0/aarch64/cr
/home/github-runner/actions-runner/_work/_tool/cr/v1.7.0/aarch64/cr: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=s2qxibgBXORiePpy7GVt/z3tQWMHoZYrhOhtQH0ME/ee0vE2NU5jAaIKFIz3mF/yz_KGYQiH16qMTiDj7-Y, with debug_info, not stripped
it's download amd64 architecture binary, not arm64 (aarch64)
Metadata
Metadata
Assignees
Labels
No labels