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

Parallel multi-arch builds #3890

Open
kolesnikovae opened this issue Feb 5, 2025 · 0 comments
Open

Parallel multi-arch builds #3890

kolesnikovae opened this issue Feb 5, 2025 · 0 comments
Labels
ops Features that help pyroscope operators type/ci

Comments

@kolesnikovae
Copy link
Collaborator

In order to optimize the CI pipeline duration, we should consider running arch-specific builds in parallel – currently, those are built synchronously via the docker-image/pyroscope/ Makefile build targets.

This would complicate the CI workflow (example) and is unlikely to speed up the builds, as the duration is primarily determined by the tests. Moreover, for releases, we use goreleaser, which cannot run in parallel in GitHub Actions.

That said, I am creating this issue for posterity.

@kolesnikovae kolesnikovae added ops Features that help pyroscope operators type/ci labels Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ops Features that help pyroscope operators type/ci
Projects
None yet
Development

No branches or pull requests

1 participant