File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
.github/workflows/actions/prepare-distribution Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,24 @@ runs:
8484 | jq -r 'keys_unsorted[] as $network | "| \($network) | \(.[$network]) |"' \
8585 >> ./release-notes-addon.txt
8686
87- - name : Add minimum supported libc version
87+ - name : Add platform support table
8888 shell : bash
8989 run : |
9090 cat >> ./release-notes-addon.txt << EOF
9191
92- ## Linux Requirements
92+ ## Platform Support
93+
94+ Summary of the platforms for which pre-built binaries are provided.
95+
96+ | Binary | Linux x64 | Linux arm64 | macOS arm64 | Windows x64 |
97+ | ------------------ | :-------: | :---------: | :---------: | :---------: |
98+ | mithril-aggregator | ✔ | ✔ ⁽\*⁾ | ⛔ | ⛔ |
99+ | mithril-signer | ✔ | ✔ ⁽\*⁾ | ⛔ | ⛔ |
100+ | mithril-client | ✔ | ✔ ⁽\*⁾ | ✔ | ✔ |
101+
102+ ⁽\*⁾⚠️ Linux arm64 builds are not guaranteed, use at your own risk.
103+
104+ ### Linux Requirements
93105 The Linux binaries target \`glibc\`: to run them or install the \`.deb\` packages you must have \`glibc\` version \`2.35+\` installed.
94106 Compatible systems include, but are not limited to, \`Ubuntu 22.04+\` or \`Debian 12+\` (Bookworm)).
95107 EOF
You can’t perform that action at this time.
0 commit comments