Skip to content

Commit

Permalink
docs: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 authored Jun 20, 2024
1 parent 958333c commit 5fb0742
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Polkadot Releases
> ⚠️ NOTE: These builds are provided for development purposes only!
This repo provides cross-platform builds of Polkadot and related binaries for usage with [`pop-cli`](https://github.com/r0gue-io/pop-cli) only.

Builds are generated using the release tags at https://github.com/paritytech/polkadot-sdk/releases, along with the Rust compiler version noted within the release notes of each release.

The [workflow](./.github/workflows/release.yml) generates the cross-platform binaries and creates a corresponding release with the same release tag. The corresponding commit hash is added to the release notes for additional verification.

## Support Platforms
The currently supported platforms/targets are as follows:
- Linux
- `aarch64-unknown-linux-gnu`
- `x86_64-unknown-linux-gnu`
- macOS
- `aarch64-apple-darwin`
- `x86_64-apple-darwin`

0 comments on commit 5fb0742

Please sign in to comment.