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

arm64: agent_policy build always pulls amd64 opa binary #8375

Merged
merged 1 commit into from
Jan 29, 2024

Commits on Jan 23, 2024

  1. opa: Improve the download logic

    The versions.yaml has a default for the amd64 binary, but there is no
    code to actually build the arm64 binary, which seems an overlook.
    
    Let's simplify the OPA logic by removing the direct link to the binary,
    and construct that link as part of the checks we do to decide whether we
    need to build OPA or not.
    
    Fixes: kata-containers#8373
    
    Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
    Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
    zvonkok committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ab597a4 View commit details
    Browse the repository at this point in the history