feat(ci): make executable static and make final image be from scratch to make container as small as possible

This commit is contained in:
DJMrTV 2025-03-07 17:19:47 +01:00
commit 3b7881a496
2 changed files with 7 additions and 8 deletions

View file

@ -1,2 +1,2 @@
[target.'cfg(target_arch = "x86_64")']
rustflags = ["-C", "target-feature=+aes,+sse2,-crt-static"]
rustflags = ["-C", "target-feature=+aes,+sse2"]