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

feat: add debian 12 build file #516

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 5, 2024

  1. feat: add debian 12 build file

    Also made the dockerignore file just ignore the target folder except for
    the binaries. Which will allow us to have a docker image that does the
    building.
    
    The debian12 recipe uses cargo chef to have better layer caching, as
    well as debian:bookworm-slim as the base image for runtime, which is
    slightly bigger than distroless.
    
    However, it does not build for both amd64 and aarch yet
    chriswk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    dd85551 View commit details
    Browse the repository at this point in the history