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 d81beb6 commit 6e1ea63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -19,6 +19,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 @@ -30,7 +31,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 @@ -124,7 +125,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

0 comments on commit 6e1ea63

Please sign in to comment.