Skip to content

Commit

Permalink
debian compat level set to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Jan 20, 2021
1 parent b266399 commit 175f567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
- {os: debian, codename: buster, image_owner: , package_type: deb}
- {os: debian, codename: buster, image_owner: i386/, package_type: deb, labels: [qemu,docker]}
- {os: debian, codename: buster, image_owner: i386/, package_type: deb, labels: [i386,docker]}
- {os: ubuntu, codename: bionic, image_owner: , package_type: deb}
- {os: ubuntu, codename: focal, image_owner: , package_type: deb}
- {os: raspbian, codename: buster, image_owner: igagis/, package_type: deb, labels: [arm,docker]}
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: install deps
run: myci-deb-install-build-deps.sh
- name: build
run: autojobs=true dpkg-buildpackage --unsigned-source --unsigned-changes
run: dpkg-buildpackage --unsigned-source --unsigned-changes
- name: deploy deb packages
run: myci-deploy-debian-bintray.sh --owner cppfw --repo ${{ matrix.os }} --distro ${{ matrix.codename }} --component main --package $PACKAGE_NAME ../lib$(cat name.txt)*_${PACKAGE_VERSION}_*.deb
if: matrix.package_type == 'deb' && startsWith(github.ref, 'refs/tags/')
Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10

0 comments on commit 175f567

Please sign in to comment.