mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-16 06:02:27 +02:00
9 lines
238 B
TOML
9 lines
238 B
TOML
[target.x86_64-unknown-linux-musl]
|
|
image = "ghcr.io/cross-rs/x86_64-unknown-linux-musl:main"
|
|
|
|
[target.aarch64-unknown-linux-musl]
|
|
image = "ghcr.io/cross-rs/aarch64-unknown-linux-musl:main"
|
|
|
|
[build.env]
|
|
passthrough = ["SOURCE_DATE_EPOCH"]
|