Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make arm and x86 builds run parallelly #1803

Open
sainak opened this issue Jan 3, 2024 · 3 comments
Open

Make arm and x86 builds run parallelly #1803

sainak opened this issue Jan 3, 2024 · 3 comments
Assignees
Labels
github_actions Pull requests that update GitHub Actions code good first issue Good for newcomers

Comments

@sainak
Copy link
Member

sainak commented Jan 3, 2024

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

@sainak sainak added good first issue Good for newcomers github_actions Pull requests that update GitHub Actions code labels Mar 2, 2024
@balaji-sivasakthi
Copy link

@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
Copy link
Member Author

sainak commented Mar 5, 2024

@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
Copy link

@sainak Got it! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants