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

Enable loong64 #186

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

Enable loong64 #186

wants to merge 2 commits into from

Commits on Jun 28, 2024

  1. Bump github.com/moby/buildkit to 0.14.1

    This contains support for loong64 in the archutil package, which is
    needed for full linux/loong64 support.
    
    Signed-off-by: WANG Xuerui <git@xen0n.name>
    xen0n committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f8f709b View commit details
    Browse the repository at this point in the history
  2. Enable linux/loong64 across the board

    As buildkit v0.14.x comes with loong64 support, this is automatically
    integrated after the dep bump, and we only need to add loong64 to the
    build recipe and hack script to make it work.
    
    Fixes: tonistiigi#133
    Signed-off-by: WANG Xuerui <git@xen0n.name>
    xen0n committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d8050e8 View commit details
    Browse the repository at this point in the history