mirror of
https://github.com/chatmail/relay.git
synced 2026-08-11 11:00:52 +00:00
chore(dist): Switch to musl targets (#31)
Ensures filtermail binaries are 100% statically linked. Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
GitHub
parent
95fd106e43
commit
7be2004051
@@ -8,4 +8,4 @@ cargo-dist-version = "0.30.3"
|
||||
# The installers to generate for each app
|
||||
installers = []
|
||||
# Target platforms to build apps for (Rust target-triple syntax)
|
||||
targets = ["aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"]
|
||||
targets = ["aarch64-unknown-linux-musl", "x86_64-unknown-linux-musl"]
|
||||
|
||||
Reference in New Issue
Block a user