Commit Graph

2 Commits

Author SHA1 Message Date
ZhenYi
a3223a92b3 fix(drone): pass BUILD_TARGET to kaniko builds
The kaniko --build-arg flag was missing from all docker-build commands,
causing TARGET to be empty and cargo build to produce binaries in the
wrong directory (target//release/ instead of target/x86_64-unknown-linux-gnu/release/).
2026-04-15 09:18:53 +08:00
ZhenYi
93cfff9738 init 2026-04-15 09:08:09 +08:00