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:
84
84
| jq -r 'keys_unsorted[] as $network | "| \($network) | \(.[$network]) |"' \
85
85
>> ./release-notes-addon.txt
86
86
87
- - name : Add minimum supported libc version
87
+ - name : Add platform support table
88
88
shell : bash
89
89
run : |
90
90
cat >> ./release-notes-addon.txt << EOF
91
91
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
93
105
The Linux binaries target \`glibc\`: to run them or install the \`.deb\` packages you must have \`glibc\` version \`2.35+\` installed.
94
106
Compatible systems include, but are not limited to, \`Ubuntu 22.04+\` or \`Debian 12+\` (Bookworm)).
95
107
EOF
You can’t perform that action at this time.
0 commit comments