-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4bd4384
commit 3ca33c8
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Paseo Releases | ||
> ⚠️ NOTE: These builds are provided for development purposes only! | ||
This repo provides cross-platform builds of the Paseo Network chain spec generator for usage with [`pop-cli`](https://github.com/r0gue-io/pop-cli) only. | ||
|
||
Builds are generated using the release tags at https://github.com/paseo-network/runtimes, along with any 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` |