Skip to content

Commit

Permalink
Merge pull request #10 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 7e702e3 + c4557ba commit 0a34386
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 24 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/release-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,20 @@ jobs:
- distro: "debian"
release: "bookworm"
arch: "amd64"
- distro: "ubuntu"
release: "bionic"
arch: "amd64"
- distro: "ubuntu"
release: "focal"
arch: "amd64"
- distro: "ubuntu"
release: "jammy"
arch: "amd64"
- distro: "ubuntu"
release: "lunar"
release: "noble"
arch: "amd64"
container:
image: ${{ matrix.distro }}:${{ matrix.release }}
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update
Expand Down Expand Up @@ -93,13 +90,13 @@ jobs:
release: "bullseye"
image: "bullseye"
arch: "aarch64"
- distro: "ubuntu"
release: "bionic"
image: "ubuntu18.04"
- distro: "debian"
release: "bookworm"
image: "bookworm"
arch: "armv7"
- distro: "ubuntu"
release: "bionic"
image: "ubuntu18.04"
- distro: "debian"
release: "bookworm"
image: "bookworm"
arch: "aarch64"
- distro: "ubuntu"
release: "focal"
Expand Down Expand Up @@ -135,7 +132,7 @@ jobs:
arch: "aarch64"
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- uses: uraimo/[email protected]
name: Build artifact
id: build
Expand Down
21 changes: 9 additions & 12 deletions .github/workflows/test-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,20 @@ jobs:
- distro: "debian"
release: "bookworm"
arch: "amd64"
- distro: "ubuntu"
release: "bionic"
arch: "amd64"
- distro: "ubuntu"
release: "focal"
arch: "amd64"
- distro: "ubuntu"
release: "jammy"
arch: "amd64"
- distro: "ubuntu"
release: "lunar"
release: "noble"
arch: "amd64"
container:
image: ${{ matrix.distro }}:${{ matrix.release }}
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update
Expand Down Expand Up @@ -75,13 +72,13 @@ jobs:
release: "bullseye"
image: "bullseye"
arch: "aarch64"
- distro: "ubuntu"
release: "bionic"
image: "ubuntu18.04"
- distro: "debian"
release: "bookworm"
image: "bookworm"
arch: "armv7"
- distro: "ubuntu"
release: "bionic"
image: "ubuntu18.04"
- distro: "debian"
release: "bookworm"
image: "bookworm"
arch: "aarch64"
- distro: "ubuntu"
release: "focal"
Expand Down Expand Up @@ -117,7 +114,7 @@ jobs:
arch: "aarch64"
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- uses: uraimo/[email protected]
name: Build artifact
id: build
Expand Down

0 comments on commit 0a34386

Please sign in to comment.