add woodpecker release job [skip ci]
ci/woodpecker/tag/release Pipeline was canceled

This commit is contained in:
2026-08-02 20:36:16 -04:00
parent fdd3e8c5da
commit c80cc02798
3 changed files with 114 additions and 0 deletions
+6
View File
@@ -25,3 +25,9 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
url = "2"
webauthn-rs = "0.3"
[profile.release]
opt-level = "z"
strip = true
lto = true
codegen-units = 1