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

prow: build images for arm64 #22362

Merged
merged 3 commits into from
Jul 8, 2021
Merged

Commits on Jul 6, 2021

  1. containers.bzl: Update git image to v20210618-1017135 (incl. arm64)

    This commit updates the `git-base` to tag `v20210618-1017135`,
    and also adds a `git-base-arm64` image  from the same manifest.
    LorbusChris committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    5edb71c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca0cf8f View commit details
    Browse the repository at this point in the history
  3. prow: Build minimal arm64 payload

    The arm64 payload only contains the following four images which are
    the minimal requirements for scheduling Prow builds on an arm64 build
    farm:
    - clonerefs
    - entrypoint
    - initupload
    - sidecar
    
    The arm64 images will be tagged with an additional `-arm64` suffix.
    LorbusChris committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    8820881 View commit details
    Browse the repository at this point in the history