Skip to content

Commit

Permalink
Merge pull request #5 from faucetsdn/ubuntu-jammy
Browse files Browse the repository at this point in the history
Build on ubuntu 22.04.
  • Loading branch information
gizmoguy authored Apr 26, 2022
2 parents ba9e9dc + 15824ef commit f826d4f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/release-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
release: "focal"
arch: "amd64"
- distro: "ubuntu"
release: "hirsute"
release: "impish"
arch: "amd64"
- distro: "ubuntu"
release: "impish"
release: "jammy"
arch: "amd64"
container:
image: ${{ matrix.distro }}:${{ matrix.release }}
Expand Down Expand Up @@ -106,6 +106,14 @@ jobs:
release: "focal"
image: "ubuntu20.04"
arch: "aarch64"
- distro: "ubuntu"
release: "jammy"
image: "ubuntu22.04"
arch: "armv7"
- distro: "ubuntu"
release: "jammy"
image: "ubuntu22.04"
arch: "aarch64"
- distro: "raspbian"
release: "buster"
image: "buster"
Expand All @@ -125,7 +133,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
- uses: uraimo/run-on-arch-action@v2.1.1
- uses: uraimo/run-on-arch-action@v2.2.0
name: Build artifact
id: build
with:
Expand Down
14 changes: 11 additions & 3 deletions .github/workflows/test-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
release: "focal"
arch: "amd64"
- distro: "ubuntu"
release: "hirsute"
release: "impish"
arch: "amd64"
- distro: "ubuntu"
release: "impish"
release: "jammy"
arch: "amd64"
container:
image: ${{ matrix.distro }}:${{ matrix.release }}
Expand Down Expand Up @@ -88,6 +88,14 @@ jobs:
release: "focal"
image: "ubuntu20.04"
arch: "aarch64"
- distro: "ubuntu"
release: "jammy"
image: "ubuntu22.04"
arch: "armv7"
- distro: "ubuntu"
release: "jammy"
image: "ubuntu22.04"
arch: "aarch64"
- distro: "raspbian"
release: "buster"
image: "buster"
Expand All @@ -107,7 +115,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
- uses: uraimo/run-on-arch-action@v2.1.1
- uses: uraimo/run-on-arch-action@v2.2.0
name: Build artifact
id: build
with:
Expand Down

0 comments on commit f826d4f

Please sign in to comment.