Skip to content

Commit b8e4596

Browse files
committed
Build on new releases.
1 parent f826d4f commit b8e4596

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/workflows/release-debian.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,20 @@ jobs:
2323
- distro: "debian"
2424
release: "bullseye"
2525
arch: "amd64"
26+
- distro: "debian"
27+
release: "bookworm"
28+
arch: "amd64"
2629
- distro: "ubuntu"
2730
release: "bionic"
2831
arch: "amd64"
2932
- distro: "ubuntu"
3033
release: "focal"
3134
arch: "amd64"
3235
- distro: "ubuntu"
33-
release: "impish"
36+
release: "jammy"
3437
arch: "amd64"
3538
- distro: "ubuntu"
36-
release: "jammy"
39+
release: "lunar"
3740
arch: "amd64"
3841
container:
3942
image: ${{ matrix.distro }}:${{ matrix.release }}
@@ -133,7 +136,7 @@ jobs:
133136
steps:
134137
- name: Checkout repo
135138
uses: actions/checkout@v2
136-
- uses: uraimo/run-on-arch-action@v2.2.0
139+
- uses: uraimo/run-on-arch-action@v2.5.1
137140
name: Build artifact
138141
id: build
139142
with:

.github/workflows/test-debian.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,20 @@ jobs:
1818
- distro: "debian"
1919
release: "bullseye"
2020
arch: "amd64"
21+
- distro: "debian"
22+
release: "bookworm"
23+
arch: "amd64"
2124
- distro: "ubuntu"
2225
release: "bionic"
2326
arch: "amd64"
2427
- distro: "ubuntu"
2528
release: "focal"
2629
arch: "amd64"
2730
- distro: "ubuntu"
28-
release: "impish"
31+
release: "jammy"
2932
arch: "amd64"
3033
- distro: "ubuntu"
31-
release: "jammy"
34+
release: "lunar"
3235
arch: "amd64"
3336
container:
3437
image: ${{ matrix.distro }}:${{ matrix.release }}
@@ -115,7 +118,7 @@ jobs:
115118
steps:
116119
- name: Checkout repo
117120
uses: actions/checkout@v2
118-
- uses: uraimo/run-on-arch-action@v2.2.0
121+
- uses: uraimo/run-on-arch-action@v2.5.1
119122
name: Build artifact
120123
id: build
121124
with:

0 commit comments

Comments
 (0)