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

Makefile: add a cross target 🌵 #2903

Merged
merged 1 commit into from
Jul 24, 2020

Commits on Jul 6, 2020

  1. Makefile: add a cross target 🌵

    This will allow building for different target (x86_64, arm, arm64,
    s390x and ppc64le).
    
    This doesn't mean we support those architecture (especially as `ko`
    doesn't really support multi-arch for now). But it is nice to be able
    to see if our code compiles and can be package (manually,
    *unofficially*, for those target). A check will be added in plumbing
    so that we validate that, at least, a PR doesn't break those.
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    4aad353 View commit details
    Browse the repository at this point in the history