Skip to content

Commit

Permalink
Merge pull request #20 from faucetsdn/update-build-matrix
Browse files Browse the repository at this point in the history
Update ubuntu/debian versions in build matrix.
  • Loading branch information
gizmoguy authored May 16, 2024
2 parents 598633d + 3e5b3ff commit 84cad30
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/release-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
release: "jammy"
arch: "amd64"
- distro: "ubuntu"
release: "lunar"
release: "noble"
arch: "amd64"
container:
image: ${{ matrix.distro }}:${{ matrix.release }}
Expand Down Expand Up @@ -95,6 +95,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: "focal"
image: "ubuntu20.04"
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/test-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
release: "jammy"
arch: "amd64"
- distro: "ubuntu"
release: "lunar"
release: "noble"
arch: "amd64"
container:
image: ${{ matrix.distro }}:${{ matrix.release }}
Expand Down Expand Up @@ -77,6 +77,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: "focal"
image: "ubuntu20.04"
Expand Down

0 comments on commit 84cad30

Please sign in to comment.