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

Build multi-arch controller images #153

Merged
merged 2 commits into from
Aug 5, 2022
Merged

Commits on Aug 4, 2022

  1. Build multi-arch controller images

    By default we build the controller for all architectured supported by
    the default base image `gcr.io/distroless/static:nonroot`. Including:
    - linux/arm64
    - linux/arm
    - linux/ppc64le
    - linux/s390x
    - linux/amd64
    
    At development time, a subset can be built by setting KO_PLATFORMS:
    
    ```
    KO_PLATFORMS=linux/amd64 make deploy
    ```
    
    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    46e4ebb View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Build mutlti-arch images in CI

    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f1269c7 View commit details
    Browse the repository at this point in the history