Skip to content

Commit 2f0a579

Browse files
committed
mark x86_64-unknown-freebsd as supported
1 parent 33893fe commit 2f0a579

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ Cross-compilation to macOS requires additional setup, due to licensing restricti
115115
**Note**: This incomplete and may change in the future!
116116
| **Target** | **Supported** | **`cargo-cross` support** |
117117
| :---------------------------: | :-----------: | :-----------------------: |
118-
| `x86_64-unknown-linux-gnu` || |
119-
| `x86_64-unknown-linux-musl` || |
120-
| `x86_64-unknown-freebsd` | | N/A |
121-
| `aarch64-unknown-linux-gnu` || |
122-
| `aarch64-unknown-linux-musl` || |
123-
| `aarch64-apple-darwin` || |
124-
| `armv7-unknown-linux-gnueabi` || |
118+
| `x86_64-unknown-linux-gnu` |||
119+
| `x86_64-unknown-linux-musl` |||
120+
| `x86_64-unknown-freebsd` | | |
121+
| `aarch64-unknown-linux-gnu` |||
122+
| `aarch64-unknown-linux-musl` |||
123+
| `aarch64-apple-darwin` |||
124+
| `armv7-unknown-linux-gnueabi` |||
125125

126126
## Docker support
127127
You can build a Docker image using the provided [`Dockerfile`](./Dockerfile).

0 commit comments

Comments
 (0)