Skip to content

Commit

Permalink
Build on new releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Sep 14, 2023
1 parent f826d4f commit c42d4b5
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 4 deletions.
23 changes: 21 additions & 2 deletions .github/workflows/release-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,20 @@ jobs:
- distro: "debian"
release: "bullseye"
arch: "amd64"
- distro: "debian"
release: "bookworm"
arch: "amd64"
- distro: "ubuntu"
release: "bionic"
arch: "amd64"
- distro: "ubuntu"
release: "focal"
arch: "amd64"
- distro: "ubuntu"
release: "impish"
release: "jammy"
arch: "amd64"
- distro: "ubuntu"
release: "jammy"
release: "lunar"
arch: "amd64"
container:
image: ${{ matrix.distro }}:${{ matrix.release }}
Expand Down Expand Up @@ -90,6 +93,14 @@ jobs:
release: "bullseye"
image: "bullseye"
arch: "aarch64"
- distro: "debian"
release: "bookworm"
image: "bookworm"
arch: "armv7"
- distro: "debian"
release: "bookworm"
image: "bookworm"
arch: "aarch64"
- distro: "ubuntu"
release: "bionic"
image: "ubuntu18.04"
Expand Down Expand Up @@ -130,6 +141,14 @@ jobs:
release: "bullseye"
image: "bullseye"
arch: "aarch64"
- distro: "raspbian"
release: "bookworm"
image: "bookworm"
arch: "armv7"
- distro: "raspbian"
release: "bookworm"
image: "bookworm"
arch: "aarch64"
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down
23 changes: 21 additions & 2 deletions .github/workflows/test-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,20 @@ jobs:
- distro: "debian"
release: "bullseye"
arch: "amd64"
- distro: "debian"
release: "bookworm"
arch: "amd64"
- distro: "ubuntu"
release: "bionic"
arch: "amd64"
- distro: "ubuntu"
release: "focal"
arch: "amd64"
- distro: "ubuntu"
release: "impish"
release: "jammy"
arch: "amd64"
- distro: "ubuntu"
release: "jammy"
release: "lunar"
arch: "amd64"
container:
image: ${{ matrix.distro }}:${{ matrix.release }}
Expand Down Expand Up @@ -72,6 +75,14 @@ jobs:
release: "bullseye"
image: "bullseye"
arch: "aarch64"
- distro: "debian"
release: "bookworm"
image: "bookworm"
arch: "armv7"
- distro: "debian"
release: "bookworm"
image: "bookworm"
arch: "aarch64"
- distro: "ubuntu"
release: "bionic"
image: "ubuntu18.04"
Expand Down Expand Up @@ -112,6 +123,14 @@ jobs:
release: "bullseye"
image: "bullseye"
arch: "aarch64"
- distro: "raspbian"
release: "bookworm"
image: "bookworm"
arch: "armv7"
- distro: "raspbian"
release: "bookworm"
image: "bookworm"
arch: "aarch64"
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit c42d4b5

Please sign in to comment.