Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the build table in dotnet/dotnet with all supported platforms #4919

Closed
ViktorHofer opened this issue Feb 27, 2025 · 1 comment · Fixed by dotnet/sdk#47156
Closed

Comments

@ViktorHofer
Copy link
Member

https://github.com/dotnet/dotnet/blob/main/docs/builds-table.md

This table is a copy of the one in SDK. We should update the table with any missing supported platform. Our current platform matrix is the following:

Full stack

  • linux-arm
  • linux-arm64
  • linux-musl-arm
  • linux-musl-arm64
  • linux-musl-x64
  • linux-x64
  • osx-arm64
  • osx-x64
  • win-arm64
  • win-x64
  • win-x86

Short stack

  • android-arm
  • android-arm64
  • android-x64
  • android-x86
  • browser-wasm
  • browser-wasm (multi-threaded)
  • ios-arm64
  • iossimulator-arm64
  • iossimulator-x64
  • linux-arm64 (Mono LLVMAOT)
  • linux-bionic-arm
  • linux-bionic-x64
  • linux-bionix-arm64
  • linux-x64 (Mono LLVMAOT)
  • maccatalyst-arm64
  • maccatalyst-x64
  • osx-x64 (Mono LLVMAOT)
  • tvos-arm64
  • tvossimulator-arm64
  • tvossimulator-x64
  • wasi-wasm
@ViktorHofer
Copy link
Member Author

Comparing that list with the build table, all full stack verticals are represented. Looks like we are missing two badges for "linux-musl-arm" and "linux-musl-arm64".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants