Document linux distribution updating (#5531)
This commit is contained in:
parent
5fdeb8b0a2
commit
477d999281
1 changed files with 3 additions and 0 deletions
3
.github/workflows/releases.yml
vendored
3
.github/workflows/releases.yml
vendored
|
|
@ -99,6 +99,9 @@ jobs:
|
|||
popd
|
||||
- name: Run reprepro
|
||||
env:
|
||||
# We are no longer adding to the distribution list.
|
||||
# All apt distributions should use "stable" according to our install documentation.
|
||||
# In the future we will remove legacy distributions listed here.
|
||||
RELEASES: "cosmic eoan disco groovy focal stable oldstable testing sid unstable buster bullseye stretch jessie bionic trusty precise xenial hirsute impish kali-rolling"
|
||||
run: |
|
||||
mkdir -p upload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue