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

Add workflow action to create multi image manifest #583

Merged
merged 37 commits into from
Jan 15, 2024

Conversation

biglittlebigben
Copy link
Contributor

@biglittlebigben biglittlebigben commented Jan 12, 2024

Now that we are building the gstreamer images for different architectures on different workers, each architecture image being pushed overwrites the other one, resulting in image tags with only one architecture.

In order to fix this, this PR renames the images created by each worker by appending an arch suffix to the tag. This then adds a GH action to be run manually after all images are built, to manually create a multi arch manifest that references the arch specific tags.

@biglittlebigben biglittlebigben changed the title Fix tag name Add workflow action to create multi image manifest Jan 13, 2024
Copy link
Member

@davidzhao davidzhao left a comment

Choose a reason for hiding this comment

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

lgtm!

@biglittlebigben biglittlebigben merged commit e8a71ff into main Jan 15, 2024
1 of 2 checks passed
@biglittlebigben biglittlebigben deleted the benjamin/gst-plugin-rs branch January 15, 2024 17:49
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