MicroShed / microshed-testing

A test framework for black-box testing MicroProfile and Jakarta EE applications
https://microshed.org/microshed-testing/
Apache License 2.0
65 stars 23 forks source link

Local build on ARM fails #317

Closed appiepollo14 closed 12 months ago

appiepollo14 commented 1 year ago

The everything apps depend on mockerserver. That image is only available on amd64 platform and causes timeout when running on arm. Therefore build will fail. There is no available alternative image which does support that platform. How to deal with this? Just mention in contribution.md? Make the tests using mockserver platform dependant? Any other thoughts?

appiepollo14 commented 1 year ago

@KyleAure what are you're thought on this? It's quite annoying as I'm dependant on the CI for building this project because I've an ARM based machine.