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

bake/bin-image-cross: Add darwin #4996

Merged
merged 3 commits into from May 21, 2024
Merged

Commits on Apr 10, 2024

  1. darwin/build: Disallow CGO_ENABLED=1 when cross-compiling

    Cross compiling CGO to Darwin requires an Apple SDK.
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    094af6e View commit details
    Browse the repository at this point in the history
  2. Dockerfile: Remove xx-sdk-extras

    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0c2697d View commit details
    Browse the repository at this point in the history
  3. bake/bin-image-cross: Add darwin

    So we can also have darwin binaries in the `dockereng/cli-bin` image.
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1433df8 View commit details
    Browse the repository at this point in the history