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

Source binaries for linux artifacts from docker images #4491

Merged
merged 5 commits into from
Sep 13, 2023

Commits on Sep 13, 2023

  1. Source binaries for linux artifacts from docker images

    This gives us static binaries linked against musl for our release
    artifacts, unifying our libc dependency for both docker and non-docker
    and simplifying our build tooling.
    
    Since artifact building is now fairly complicated and really only part
    of the CI/CD pipeline, got rid of the Makefile target for it.
    
    Fixes: spiffe#4346
    
    Signed-off-by: Andrew Harding <azdagron@gmail.com>
    azdagron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    62586ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebd9d26 View commit details
    Browse the repository at this point in the history
  3. address some nits

    Signed-off-by: Andrew Harding <azdagron@gmail.com>
    azdagron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    07ca5e8 View commit details
    Browse the repository at this point in the history
  4. remove one more mkdir -p

    Signed-off-by: Andrew Harding <azdagron@gmail.com>
    azdagron committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2653584 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e809013 View commit details
    Browse the repository at this point in the history