ohcnetwork / care

Care is a Digital Public Good enabling TeleICU & Decentralised Administration of Healthcare Capacity across States.
https://careapi.ohc.network/swagger
MIT License
237 stars 273 forks source link

Make arm and x86 builds run parallelly #1803

Open sainak opened 8 months ago

sainak commented 8 months ago

Sequentially building both takes more than 8 minutes. Improve our github actions pipeline to run builds in separate jobs

balaji-sivasakthi commented 6 months ago

@sainak, does the Makefile help spin up the container? If so, why would we need to run arm and x86 builds? Could you explain in more detail where we should use it?

sainak commented 6 months ago

@sainak, does the Makefile help spin up the container? If so, why would we need to run arm and x86 builds? Could you explain in more detail where we should use it?

this is regarding the ci pipelines that we have in github actions, https://github.com/coronasafe/care/blob/master/.github/workflows/deployment.yaml

balaji-sivasakthi commented 6 months ago

@sainak Got it! Thank you.