Skip to content

Conversation

@danschmidt5189
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings October 21, 2025 20:07
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 PR updates GitHub Actions workflows to implement native multi-architecture Docker image builds using matrix-based runners instead of QEMU emulation, improving build performance and reliability.

  • Refactored build process to use native ARM64 and x64 runners with a build-merge-test-push pipeline
  • Removed QEMU setup actions in favor of native architecture builds
  • Updated tag pattern matching to support nested tags

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/release.yml Updated tag pattern to '**' and removed QEMU setup step
.github/workflows/build.yml Complete refactor: introduced matrix build strategy with native runners, added merge job for multi-platform images, and updated dependency chain

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

Comment on lines 157 to 158
- name: Produce permanent image tags
id: branch-meta
uses: docker/metadata-action@v5
Copy link

Copilot AI Oct 21, 2025

Choose a reason for hiding this comment

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

The removed id: branch-meta identifier was likely referenced elsewhere in this step or subsequent steps. Verify that no outputs from this metadata action are being used, or restore the id if needed.

Copilot uses AI. Check for mistakes.
@danschmidt5189 danschmidt5189 merged commit e165fe4 into main Oct 21, 2025
5 checks passed
@danschmidt5189 danschmidt5189 deleted the workflow-update branch October 21, 2025 20:12
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