Skip to content

Commit

Permalink
build for debian bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Aug 29, 2021
1 parent f4dc18e commit 57558b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- {os: debian, codename: buster, image_owner: , package_type: deb}
- {os: debian, codename: buster, image_owner: i386/, package_type: deb, labels: [i386,docker]}
- {os: debian, codename: buster, image_owner: arm32v7/, package_type: deb, labels: [arm,docker]}
- {os: debian, codename: bullseye, 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]}
runs-on: ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }}
Expand All @@ -36,7 +37,7 @@ jobs:
with:
repo: deb http://gagis.hopto.org/repo/cppfw/${{ matrix.os }} ${{ matrix.codename }} main
repo-name: cppfw
key-server: http://gagis.hopto.org/repo/cppfw/pubkey.gpg
keys-asc: http://gagis.hopto.org/repo/cppfw/pubkey.gpg
install: myci git
- name: install ci tools
run: |
Expand Down Expand Up @@ -130,7 +131,7 @@ jobs:
with:
repo: deb http://gagis.hopto.org/repo/cppfw/$(lsb_release --id --short | tr '[:upper:]' '[:lower:]') $(lsb_release --codename --short) main
repo-name: cppfw
key-server: http://gagis.hopto.org/repo/cppfw/pubkey.gpg
keys-asc: http://gagis.hopto.org/repo/cppfw/pubkey.gpg
install: myci
- name: set PACKAGE_VERSION
uses: myci-actions/export-env-var@master
Expand Down Expand Up @@ -243,7 +244,7 @@ jobs:
with:
repo: deb http://gagis.hopto.org/repo/cppfw/${{ matrix.os }} ${{ matrix.codename }} main
repo-name: cppfw
key-server: http://gagis.hopto.org/repo/cppfw/pubkey.gpg
keys-asc: http://gagis.hopto.org/repo/cppfw/pubkey.gpg
install: devscripts equivs myci prorab prorab-extra python3-pip cmake git
- name: install conan
run: |
Expand Down

0 comments on commit 57558b9

Please sign in to comment.