dhiaayachi / temporal

Temporal service
https://docs.temporal.io
MIT License
0 stars 0 forks source link

Include Linux ARM, macOS x64/ARM, and Windows x64 in CI #132

Open dhiaayachi opened 2 months ago

dhiaayachi commented 2 months ago

Describe the solution you'd like

Would like test suite to run in more supported platforms than just the one Linux x64.

dhiaayachi commented 2 months ago

Thank you for the feature request! We appreciate your feedback. Currently, Temporal's test suite runs only on Linux x64. While we are working on expanding test suite support, here are some workarounds for you:

We will keep you updated on any progress made towards supporting additional platforms in the future.

dhiaayachi commented 2 months ago

Thank you for the feature request! We are always looking for ways to improve Temporal.

While we currently only support Linux x64 for our test suite, you can run your Temporal applications on other platforms.

We are actively working on expanding platform support for the test suite. In the meantime, you can run your Temporal applications on other supported platforms by using our client libraries: https://docs.temporal.io/docs/sdk/.

dhiaayachi commented 2 months ago

Thank you for the feature request! We appreciate your feedback and are always working to improve Temporal.

Currently, the Temporal test suite runs on Linux x64. While we don't have support for running the test suite on other platforms right now, you can explore using a Docker container with a specific OS and architecture. This can allow you to run the test suite on a different platform.

Let us know if you have any further questions or need more assistance.

dhiaayachi commented 2 months ago

Thank you for your feature request! We appreciate the feedback and understand the desire for broader platform support in our test suite.

Currently, Temporal focuses primarily on Linux x64 for its testing environment. However, you can contribute to expanding this coverage by:

We are actively exploring ways to enhance our test suite's platform compatibility, and your feedback helps us prioritize future development efforts.

dhiaayachi commented 2 months ago

Thanks for the feature request! We appreciate your suggestion to expand our CI testing coverage.

Currently, Temporal's CI only runs on Linux x64. However, you can explore setting up your own CI environment to test on other platforms, like Linux ARM, macOS x64/ARM, and Windows x64. You can find more information on building Temporal from source here.