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

simplification of CI: matrix strategy #1291

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Steboss
Copy link
Contributor

@Steboss Steboss commented Feb 7, 2025

This PR tries to simplify the CI, especially for avoiding reaching the yaml limits

@@ -330,8 +323,7 @@ jobs:
FINAL_IMAGE_REPO: ${{ needs.metadata.outputs.PUBLISH == 'true' && 'jax' || 'mock-jax' }}
needs:
- metadata
- amd64
- arm64
- build-amd64-arm64
outputs:
PUBLISH_CONFIGS: ${{ steps.generate-configs.outputs.PUBLISH_CONFIGS }}
steps:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some more references to amd64 and arm64 below in this file👇

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry Olli, I didn't modify the whole file yet, I wanted to run a small test.
Introducing changes across the whole file now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants