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

Fix multiarch full image builds on PRs #1389

Merged
merged 1 commit into from
Nov 9, 2023
Merged

Commits on Oct 24, 2023

  1. Fix multiarch full image builds on PRs

    There's a bug when building full multiarch images on PRs. The bucket
    used for pulling drivers is changed in the main CI workflow to use a
    staging bucket, but the main CI never pushes drivers for P/Z to this
    bucket, so it fails because it find no drivers to add into the image.
    Changing to the staging bucket should only be done by the CPaaS
    workflow, so an additional condition for this is added.
    Molter73 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a15eff0 View commit details
    Browse the repository at this point in the history