feat(ci): make executable static and make final image be from scratch to make container as small as possible
This commit is contained in:
parent
325fa15437
commit
3b7881a496
2 changed files with 7 additions and 8 deletions
|
|
@ -1,2 +1,2 @@
|
|||
[target.'cfg(target_arch = "x86_64")']
|
||||
rustflags = ["-C", "target-feature=+aes,+sse2,-crt-static"]
|
||||
rustflags = ["-C", "target-feature=+aes,+sse2"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue