File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11on : push
22jobs :
3- build-and-deploy :
3+ build :
44 runs-on : ubuntu-latest
55 steps :
66 - uses : actions/checkout@v2
@@ -44,13 +44,13 @@ jobs:
4444 PACKAGECLOUD_REPO="cs50/repo"
4545
4646 # Deploy deb to ubuntu repos
47- UBUNTU_REPOS=( xenial yakkety zesty artful bionic disco eoan focal groovy )
47+ UBUNTU_REPOS=( xenial yakkety zesty artful bionic cosmic disco eoan focal groovy hirsute impish jammy )
4848 for repo in "${UBUNTU_REPOS[@]}"; do
4949 package_cloud push "$PACKAGECLOUD_REPO"/ubuntu/"$repo" ${PWD}/artifacts/*.deb
5050 done
5151
5252 # Deploy rpm to fedora repos
53- for repo in $(seq 28 32 ); do
53+ for repo in $(seq 28 36 ); do
5454 package_cloud push "$PACKAGECLOUD_REPO"/fedora/"$repo" ${PWD}/artifacts/*.rpm
5555 done
5656 env :
You can’t perform that action at this time.
0 commit comments