Skip to content

Commit

Permalink
Added 22.04 deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
parnham committed Jul 6, 2022
1 parent 54571a9 commit f30fdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ deploy-packages:
- if: $CI_COMMIT_TAG
needs: [ package-all ]
script:
- for REPO in bionic focal; do
- for REPO in bionic focal jammy; do
for ARCH in amd64 arm64; do
phi-deploy build/libniven0*~${REPO}_${ARCH}.deb $REPO oss;
phi-deploy build/libniven-dev*~${REPO}_${ARCH}.deb $REPO oss;
Expand Down

0 comments on commit f30fdba

Please sign in to comment.