blob: 3d4088af42b692f8b1679df12c4a51d7d7a3350f (
plain)
1
2
3
4
5
|
# NOTE: Custom image specification for freebsd is required until new version of cross is released.
# Also we'll have to use a custom image until https://github.com/rust-embedded/cross/pull/582 is
# merged and released on Docker Hub.
[target.x86_64-unknown-freebsd]
image = "svenstaro/cross-x86_64-unknown-freebsd"
|