Open 22367rh opened 3 days ago
@22367rh it's expected that ARM doesn't work, as we currently only build a single docker image for x86. However, good news on that front — we're planning on ditching docker and having a JS only runtime for an upcoming release of image-actions.
That work should enable Arm64 (and other architectures), there shouldn't be anything else blocking afaik.
Refs:
Describe the bug
When trying to run the example workflow_trigger on a self hosted ARM64 Ununtu 22.04 agent I get an error that the docker image wants to run on x64 but obviously as it is an ARM64 SBC this doesn't work. (Error in the relevant section)
How To Reproduce
Screenshots
Relevant Log Output
Code of Conduct