Skip to content

Conversation

@limakzi
Copy link
Member

@limakzi limakzi commented May 13, 2025

No description provided.

Copy link
Contributor

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 aims to remove the outdated qemu setup step to streamline the workflow and avoid unnecessary steps.

  • Removed the qemu setup step from the workflow file.
  • Minor formatting adjustments following the removal.
Comments suppressed due to low confidence (1)

.github/workflows/worflow-dispatch-build.yaml:64

  • There is an extraneous backtick at the end of this line which may cause YAML parsing issues. Please remove the stray backtick.
cache-to: type=gha,mode=max`

@limakzi limakzi marked this pull request as ready for review May 13, 2025 20:23
@limakzi limakzi requested a review from Copilot May 13, 2025 20:23
@limakzi limakzi merged commit df88e13 into main May 13, 2025
21 checks passed
Copy link
Contributor

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 removes the QEMU setup step and drops the explicit multi-architecture platform configuration from the GitHub Actions build.

  • Removed docker/setup-qemu-action step
  • Removed platforms: linux/amd64,linux/arm64 from the buildx step
Comments suppressed due to low confidence (1)

.github/workflows/worflow-dispatch-build.yaml:62

  • Removing the platforms key along with the QEMU setup will disable ARM64 builds on an AMD64 runner. If multi-architecture images are still required, consider restoring the platforms setting or using buildx build --platform flags.
platforms: linux/amd64,linux/arm64

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