feat(ci): switch docker image to alpine for lower overhead

This commit is contained in:
DJMrTV 2025-03-06 18:43:38 +01:00
commit 37a3c60a7a
2 changed files with 5 additions and 3 deletions

View file

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