You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We tried running a couple of our jobs on the ARM instances of buildjet, everything works fine on the x64 based ones.
We use the auto-detect feature in this action, but it stops after detecting the OS:
Run jaxxstorm/action-install-gh-release@v1.10.0
with:
repo: cloudflare/cloudflared
extension-matching: disable
rename-to: cloudflared
chmod: 755
token: ***
tag: latest
env:
AWS_DEFAULT_REGION: eu-central-1
AWS_REGION: eu-central-1
AWS_ACCESS_KEY_ID: ***
AWS_SECRET_ACCESS_KEY: ***
AWS_SESSION_TOKEN: ***
==> System reported platform: linux
==> Using platform: linux
So in the next step(s) we are faced with a /home/runner/actions-runner/_work/_temp/485aef00-6518-476f-858a-831665b49bc3.sh: line 14: cloudflared: command not found
We were trying to run on the actions-runner image buildjet-2vcpu-ubuntu-2204-arm. It works fine on the non-arm based buildjet-2vcpu-ubuntu-2204
Is there something we're missing to have the detection work on ARM as well?
The text was updated successfully, but these errors were encountered:
We tried running a couple of our jobs on the ARM instances of buildjet, everything works fine on the x64 based ones.
We use the auto-detect feature in this action, but it stops after detecting the OS:
So in the next step(s) we are faced with a
/home/runner/actions-runner/_work/_temp/485aef00-6518-476f-858a-831665b49bc3.sh: line 14: cloudflared: command not found
We were trying to run on the actions-runner image
buildjet-2vcpu-ubuntu-2204-arm
. It works fine on the non-arm basedbuildjet-2vcpu-ubuntu-2204
Is there something we're missing to have the detection work on ARM as well?
The text was updated successfully, but these errors were encountered: