| 1 | # Build platforms configuration for Kubo |
| 2 | # Matches https://github.com/ipfs/distributions/blob/master/dists/kubo/build_matrix |
| 3 | # plus linux-riscv64 for emerging architecture support |
| 4 | # |
| 5 | # The Go compiler handles FUSE support automatically via build tags. |
| 6 | # Platforms are simply listed - no need to specify FUSE capability. |
| 7 | |
| 8 | platforms: |
| 9 | - darwin-amd64 |
| 10 | - darwin-arm64 |
| 11 | - freebsd-amd64 |
| 12 | - linux-amd64 |
| 13 | - linux-arm64 |
| 14 | - linux-riscv64 |
| 15 | - openbsd-amd64 |
| 16 | - windows-amd64 |
| 17 | - windows-arm64 |