Skip to content

Commit 0a34386

Browse files
authored
Merge pull request #10 from faucetsdn/update-build-matrix
Update ubuntu/debian versions in build matrix.
2 parents 7e702e3 + c4557ba commit 0a34386

2 files changed

Lines changed: 18 additions & 24 deletions

File tree

.github/workflows/release-debian.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,20 @@ jobs:
2626
- distro: "debian"
2727
release: "bookworm"
2828
arch: "amd64"
29-
- distro: "ubuntu"
30-
release: "bionic"
31-
arch: "amd64"
3229
- distro: "ubuntu"
3330
release: "focal"
3431
arch: "amd64"
3532
- distro: "ubuntu"
3633
release: "jammy"
3734
arch: "amd64"
3835
- distro: "ubuntu"
39-
release: "lunar"
36+
release: "noble"
4037
arch: "amd64"
4138
container:
4239
image: ${{ matrix.distro }}:${{ matrix.release }}
4340
steps:
4441
- name: Checkout repo
45-
uses: actions/checkout@v2
42+
uses: actions/checkout@v4
4643
- name: Install dependencies
4744
run: |
4845
apt-get update
@@ -93,13 +90,13 @@ jobs:
9390
release: "bullseye"
9491
image: "bullseye"
9592
arch: "aarch64"
96-
- distro: "ubuntu"
97-
release: "bionic"
98-
image: "ubuntu18.04"
93+
- distro: "debian"
94+
release: "bookworm"
95+
image: "bookworm"
9996
arch: "armv7"
100-
- distro: "ubuntu"
101-
release: "bionic"
102-
image: "ubuntu18.04"
97+
- distro: "debian"
98+
release: "bookworm"
99+
image: "bookworm"
103100
arch: "aarch64"
104101
- distro: "ubuntu"
105102
release: "focal"
@@ -135,7 +132,7 @@ jobs:
135132
arch: "aarch64"
136133
steps:
137134
- name: Checkout repo
138-
uses: actions/checkout@v2
135+
uses: actions/checkout@v4
139136
- uses: uraimo/run-on-arch-action@v2.7.2
140137
name: Build artifact
141138
id: build

.github/workflows/test-debian.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,20 @@ jobs:
2121
- distro: "debian"
2222
release: "bookworm"
2323
arch: "amd64"
24-
- distro: "ubuntu"
25-
release: "bionic"
26-
arch: "amd64"
2724
- distro: "ubuntu"
2825
release: "focal"
2926
arch: "amd64"
3027
- distro: "ubuntu"
3128
release: "jammy"
3229
arch: "amd64"
3330
- distro: "ubuntu"
34-
release: "lunar"
31+
release: "noble"
3532
arch: "amd64"
3633
container:
3734
image: ${{ matrix.distro }}:${{ matrix.release }}
3835
steps:
3936
- name: Checkout repo
40-
uses: actions/checkout@v2
37+
uses: actions/checkout@v4
4138
- name: Install dependencies
4239
run: |
4340
apt-get update
@@ -75,13 +72,13 @@ jobs:
7572
release: "bullseye"
7673
image: "bullseye"
7774
arch: "aarch64"
78-
- distro: "ubuntu"
79-
release: "bionic"
80-
image: "ubuntu18.04"
75+
- distro: "debian"
76+
release: "bookworm"
77+
image: "bookworm"
8178
arch: "armv7"
82-
- distro: "ubuntu"
83-
release: "bionic"
84-
image: "ubuntu18.04"
79+
- distro: "debian"
80+
release: "bookworm"
81+
image: "bookworm"
8582
arch: "aarch64"
8683
- distro: "ubuntu"
8784
release: "focal"
@@ -117,7 +114,7 @@ jobs:
117114
arch: "aarch64"
118115
steps:
119116
- name: Checkout repo
120-
uses: actions/checkout@v2
117+
uses: actions/checkout@v4
121118
- uses: uraimo/run-on-arch-action@v2.7.2
122119
name: Build artifact
123120
id: build

0 commit comments

Comments
 (0)