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

Allow multi-arch manifest-list from make container #8252

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 27, 2024

  1. Allow multi-arch manifest-list from make container

    by changing output type to image.
    
    Then you can execute command like so to create a multi-arch image
    ```
    BUILDX_PLATFORMS=linux/amd64,linux/arm64 BUILDX_OUTPUT_TYPE=image make container
    ```
    
    Signed-off-by: Tiger Kaovilai <[email protected]>
    kaovilai committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a441687 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Makefile: Add BUILDX_PUSH var

    Signed-off-by: Tiger Kaovilai <[email protected]>
    kaovilai committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3f4a1c2 View commit details
    Browse the repository at this point in the history