mirror of
https://github.com/tailscale/github-action.git
synced 2026-08-20 06:09:23 +00:00
dist: run make build to generated updated index.js
Running make build was missed on #235 and subsequently missed by me when reviewing that PR (whoops). Updates #cleanup Signed-off-by: Mario Minardi <mario@tailscale.com>
This commit is contained in:
parent
fee37da258
commit
67f81e554b
1 changed files with 8 additions and 0 deletions
8
dist/index.js
generated
vendored
8
dist/index.js
generated
vendored
|
|
@ -41353,6 +41353,14 @@ function getTailscaleArch(runnerOS) {
|
|||
return "amd64";
|
||||
}
|
||||
}
|
||||
else if (runnerOS === runnerMacOS) {
|
||||
switch (runnerArch) {
|
||||
case "ARM64":
|
||||
return "arm64";
|
||||
default:
|
||||
return "amd64";
|
||||
}
|
||||
}
|
||||
return "amd64";
|
||||
}
|
||||
async function installTailscale(config, runnerOS) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue