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

Cleaner multi-arch build #64

Closed
wants to merge 1 commit into from
Closed

Cleaner multi-arch build #64

wants to merge 1 commit into from

Conversation

nirs
Copy link
Owner

@nirs nirs commented Sep 4, 2024

Create the specific tagged arch images separately and then create a manifest with both images.

This makes the output much easier to manage. The time to create seems similar to the one command build.

Create the multi-arch manifest in separate steps:
1. Build the specific tagged arch images
2. Create the manifest
3. Add the tagged image to the manifest

This makes the output much easier to manage. The time to create seems
similar to the one command build.

Example output:

    % podman image ls | grep gather
    quay.io/nirsof/gather     0.5.1-16-g928edb2-arm64  7299e9024f63  About a minute ago  110 MB
    quay.io/nirsof/gather     0.5.1-16-g928edb2        53bbc49a60ad  About a minute ago  1.06 kB
    quay.io/nirsof/gather     0.5.1-16-g928edb2-amd64  50d554dccdd8  2 minutes ago       110 MB
@nirs
Copy link
Owner Author

nirs commented Sep 5, 2024

Works locally, broken in github actions.

@nirs nirs closed this Sep 5, 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.

1 participant