Updated README.md
This commit is contained in:
parent
c9effeebc1
commit
bfdc8f494a
1 changed files with 4 additions and 3 deletions
|
@ -4,12 +4,13 @@ This repository includes prebuild static binaries and build-recipes for various
|
||||||
|
|
||||||
The Linux versions are compiled with the musl-cross toolchain and the openssl-pm-snapshot fork of OpenSSL in order to support a wide range of SSL/TLS features (Warning: some of them are insecure!).
|
The Linux versions are compiled with the musl-cross toolchain and the openssl-pm-snapshot fork of OpenSSL in order to support a wide range of SSL/TLS features (Warning: some of them are insecure!).
|
||||||
|
|
||||||
Compilation is done automatically with GitHub Actions.
|
Compilation is done automatically with GitHub Actions. The binaries are uploaded to the [release section](https://github.com/ernw/static-toolbox/releases). The artifacts are also available in the artifacts of each GitHub Action. However, there are some limitations:
|
||||||
|
|
||||||
## Current Limitations
|
|
||||||
|
|
||||||
* Downloading of build artifacts in GitHub Ations currently requires a GitHub account
|
* Downloading of build artifacts in GitHub Ations currently requires a GitHub account
|
||||||
* Blobs in build artifacts are zipped by the GitHub frontend by default, even zip files themselves! Build artifact zips may contain other zip files.
|
* Blobs in build artifacts are zipped by the GitHub frontend by default, even zip files themselves! Build artifact zips may contain other zip files.
|
||||||
|
* Build artifacts will expire after some time.
|
||||||
|
|
||||||
|
Therefore, it is recommended to download the binaries from the release section.
|
||||||
|
|
||||||
## Building Status
|
## Building Status
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue