We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b7e74 commit 7418555Copy full SHA for 7418555
src/install.ts
@@ -19,7 +19,7 @@ function jabbaUrlSuffix(): string {
19
const runnerOs = shell.env["RUNNER_OS"] || "undefined";
20
switch (runnerOs.toLowerCase()) {
21
case "linux":
22
- const arch = shell.exec("uname -m", { silent: true }).stdout;
+ const arch = shell.exec("uname -m", { silent: true }).stdout.trim();
23
switch (arch) {
24
case "arm64":
25
case "aarch64":
0 commit comments