Skip to content

Commit

Permalink
Add prereqs to publishing alpine package docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liveans committed Oct 1, 2024
1 parent fbf0808 commit 0f51a1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ When testing the pipeline, please make sure to comment out the PMC cli commands

### Publishing MsQuic for Alpine

1. Run `generate-alpine-packaging-file.ps1` script to create `APKBUILD` file for the release. (This script can run on any Linux distro.)
Prerequisites:
- Docker

1. Run `generate-alpine-packaging-file.ps1` script on host computer to create `APKBUILD` file for the release. (This script can run on any Linux distro, and this script will create a docker alpine container to calculate hash keys in APKBUILD file)
1. If you don't have account for [AlpineLinux GitLab](https://gitlab.alpinelinux.org). Create an account and [configure your SSH](https://docs.gitlab.com/ee/user/ssh.html).
1. If you didn't fork `aports` repository yet, Fork `https://gitlab.alpinelinux.org/alpine/aports`.
1. Clone `https://gitlab.alpinelinux.org/<your_username>/aports` repository.
Expand Down

0 comments on commit 0f51a1f

Please sign in to comment.