cross-platform-actions / action

Cross-platform GitHub action
MIT License
128 stars 19 forks source link

Add support for SPARC64 #41

Open jacob-carlborg opened 1 year ago

Slackadays commented 1 year ago

Imagine once you have a whole smorgasbord of arches and OSes for those arches, then we'll have some real GHA madness if you take advantage of all those combinations. If I had 8 arches and 4 OSes per arch, then that's 32 possible combinations plus maybe 8 more for all the others available, so 40 in total. Now multiply that across all my CI stages (builds, tests, installer tests) and that's 120 new actions in total!

jacob-carlborg commented 1 year ago

Exactly 😄.