Skip to content

Commit

Permalink
Merge pull request #2 from faucetsdn/ubuntu-releases
Browse files Browse the repository at this point in the history
Add ubuntu 21.04 and 21.10.
  • Loading branch information
gizmoguy authored Dec 2, 2021
2 parents 1b357b5 + 8286bdb commit ba46489
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
- distro: "ubuntu"
release: "focal"
arch: "amd64"
- distro: "ubuntu"
release: "hirsute"
arch: "amd64"
- distro: "ubuntu"
release: "impish"
arch: "amd64"
container:
image: ${{ matrix.distro }}:${{ matrix.release }}
steps:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
- distro: "ubuntu"
release: "focal"
arch: "amd64"
- distro: "ubuntu"
release: "hirsute"
arch: "amd64"
- distro: "ubuntu"
release: "impish"
arch: "amd64"
container:
image: ${{ matrix.distro }}:${{ matrix.release }}
steps:
Expand Down

0 comments on commit ba46489

Please sign in to comment.