Skip to content

Provenance fix#229

Merged
bluvulture merged 1 commit into5.xfrom
v5_fix
Feb 13, 2026
Merged

Provenance fix#229
bluvulture merged 1 commit into5.xfrom
v5_fix

Conversation

@bluvulture
Copy link
Contributor

This pull request makes a minor update to the Docker build process in the GitHub Actions workflow for releases. The change adds two new arguments to the docker build command to improve build reproducibility and platform targeting.

  • Build process improvements:
    • .github/workflows/release.yml: Added --provenance=false to disable provenance generation and --platform "linux/${ARCH_TAG}" to specify the target platform during Docker builds.

@bluvulture bluvulture requested a review from brusch February 13, 2026 08:44
@bluvulture
Copy link
Contributor Author

@brusch it seems that there was a change recently on the runners and that provenance has been set by default

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 the Docker build command in the release workflow to add explicit platform targeting and disable provenance attestation generation. These changes improve build reproducibility and address compatibility concerns in the multi-architecture Docker image build process.

Changes:

  • Added --provenance=false flag to disable SLSA provenance attestation generation during Docker builds
  • Added --platform "linux/${ARCH_TAG}" to explicitly specify the target platform (linux/amd64 or linux/arm64) for each build

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bluvulture bluvulture merged commit 9a4278c into 5.x Feb 13, 2026
10 checks passed
@bluvulture bluvulture deleted the v5_fix branch February 13, 2026 09:00
@github-actions github-actions bot locked and limited conversation to collaborators Feb 13, 2026
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.

2 participants