Skip to content

Commit 46a953b

Browse files
committed
ci: update prepare-distribution action to add a platform support table in the release note
1 parent b06092f commit 46a953b

File tree

1 file changed

+14
-2
lines changed
  • .github/workflows/actions/prepare-distribution

1 file changed

+14
-2
lines changed

.github/workflows/actions/prepare-distribution/action.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)