build: ship a static binary in a scratch image
This commit is contained in:
@@ -16,5 +16,7 @@ serde_json = "1.0"
|
||||
tokio = { version = "1.48", features = ["macros", "rt-multi-thread", "signal", "net", "sync", "time"] }
|
||||
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
lto = "thin"
|
||||
strip = true
|
||||
panic = "abort"
|
||||
|
||||
Reference in New Issue
Block a user