headwind 0.1.0

A Kubernetes operator to automate workload updates based on container image changes
Documentation
1
2
3
4
5
6
7
8
9
10
11
[target.aarch64-unknown-linux-gnu]
# Use an image that includes OpenSSL development libraries
image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:latest"

[build]
# Enable vendored OpenSSL to avoid needing system OpenSSL
[build.env]
passthrough = [
    "OPENSSL_STATIC=1",
    "OPENSSL_VENDORED=1",
]