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

Native multiarch image builds #1593

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 15, 2024

  1. Build power images on remote VMs

    Try building power images on a remote VM
    
    Testing
    
    Clone repo on power builder
    
    Stop creating all VMs
    
    Minor simplification
    Molter73 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    094b541 View commit details
    Browse the repository at this point in the history
  2. Split remote and local builder image builds

    Always cleanup build VMs
    Molter73 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    462001b View commit details
    Browse the repository at this point in the history
  3. Move Arm build to remote VMs

    Try moving arm build to remote VMs too
    
    Refresh inventory after creating build VMs
    
    Fix disable_profiling variable
    
    Remove unneeded env definition
    
    Add missing condition to slim image builds on GHA
    
    Simplify builder tag definition a bit
    
    Minor fix
    Molter73 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e3b1fb1 View commit details
    Browse the repository at this point in the history
  4. Use fastest combinations

    - amd64: locally
    - arm64: remote VM
    - s390x: remote VM
    - ppc64le: builder on remote, collector image locally
    Molter73 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a7eb5be View commit details
    Browse the repository at this point in the history
  5. Use full ref for cloning

    Molter73 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    6d195db View commit details
    Browse the repository at this point in the history