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

Reusable workflow testing #75

Closed
wants to merge 101 commits into from
Closed

Reusable workflow testing #75

wants to merge 101 commits into from

Conversation

daler
Copy link
Member

@daler daler commented Jan 30, 2024

This PR is for working out the details of how reusable workflows for container building might work to address #64 and to make building {arm,amd}64 containers more straightforward -- and therefore more sustainable for community maintenance.

martin-g and others added 30 commits January 17, 2024 10:08
Use same versions as in the other Docker images:
- major -> 3
- minor -> 0

Suggested-at: #68 (comment)

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Install QEMU for all CPU architectures but amd64. At the moment this is
just arm64 but now adding a new arch will not require changes to this
step

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Split by whitespace

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Remove debug statements and commented out code

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
# ----------------------------------------------------------------------

# Build each arch's image
for arch in $archs_and_images ; do
Copy link
Contributor

Choose a reason for hiding this comment

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

@martin-g
Copy link
Contributor

martin-g commented Feb 8, 2024

Do you need any help with this ?
Everything looks good to me!
What's the next step ?

@daler
Copy link
Member Author

daler commented Feb 8, 2024

@martin-g I just commented over in #74 (comment) to keep the info contained within that issue.

@daler
Copy link
Member Author

daler commented Feb 17, 2024

Closing in favor of bioconda/bioconda-utils#953; see #74 for rationale.

@daler daler closed this Feb 17, 2024
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.

3 participants