Skip to content

Conversation

@bluvulture
Copy link
Contributor

Aligning build and release workflow to the latest version from 4.x (without 4.x)

@bluvulture bluvulture requested review from brusch and Copilot August 20, 2025 14:08
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request updates the Docker build and release workflow to align with the latest version patterns from 4.x branch while maintaining 3.x compatibility. The changes modernize the build process by introducing multi-architecture support and improving the CI/CD pipeline structure.

  • Updates version tags from v3.5 to v3.7 and removes legacy v1.3/v2.0 versions in favor of v1.4/v2.1
  • Introduces multi-architecture builds (AMD64/ARM64) with separate runners and manifest creation
  • Adds GitHub Container Registry support alongside Docker Hub publishing

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@brusch
Copy link
Member

brusch commented Aug 21, 2025

This is actually a nice to have but not really necessary, because we normally run all the workflows from the default branch, which is 4.x. The workflow itself does then the checkout from the different branches based on the matrix definition in the workflow.
So I'd close this for now, so stay consistent 😊

@brusch brusch closed this Aug 21, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Aug 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants