Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can I run runner on Docker that run in OS within ARM architecture ?

Phu Hoang
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 12, 2022

I try add runner on my docker, on OS run ARM architecture. Happen error as below:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /bin/sh: exec format error

1 comment

Comment

Log in or Sign up to comment
Siva Abbannagari July 12, 2022

try adding platform to docker command

 

docker run --platform linux/arm64  ........

Siva Abbannagari July 12, 2022

or build images with docker build --platform=linux/arm64

TAGS
AUG Leaders

Atlassian Community Events