aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2023-02-12 01:57:38 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2023-02-12 01:57:38 +0100
commit0e3ad9ee6976d05fdb0d8ea520bc44aacf53ef7e (patch)
tree60a41c7562286567a2092c333943b922299e03a6
parent612cac12ed5efec575b30864770b76b933fe4e86 (diff)
downloadblogc-0e3ad9ee6976d05fdb0d8ea520bc44aacf53ef7e.tar.gz
blogc-0e3ad9ee6976d05fdb0d8ea520bc44aacf53ef7e.tar.bz2
blogc-0e3ad9ee6976d05fdb0d8ea520bc44aacf53ef7e.zip
build: debian: upgrade releases
-rw-r--r--.github/workflows/yatr.yaml15
-rwxr-xr-xbuild-aux/build-debian.sh7
2 files changed, 14 insertions, 8 deletions
diff --git a/.github/workflows/yatr.yaml b/.github/workflows/yatr.yaml
index e6996db..8e5115d 100644
--- a/.github/workflows/yatr.yaml
+++ b/.github/workflows/yatr.yaml
@@ -27,20 +27,23 @@ jobs:
image: ubuntu-20.04
- target: dist-srpm
compiler: gcc
- image: ubuntu-20.04
+ image: ubuntu-22.04
- target: deb-bullseye-amd64
compiler: gcc
- image: ubuntu-20.04
+ image: ubuntu-22.04
- target: deb-bookworm-amd64
compiler: gcc
- image: ubuntu-20.04
+ image: ubuntu-22.04
- target: deb-sid-amd64
compiler: gcc
- image: ubuntu-20.04
+ image: ubuntu-22.04
- target: deb-focal-amd64
compiler: gcc
- image: ubuntu-20.04
- - target: deb-impish-amd64
+ image: ubuntu-22.04
+ - target: deb-jammy-amd64
+ compiler: gcc
+ image: ubuntu-22.04
+ - target: deb-kinetic-amd64
compiler: gcc
image: ubuntu-20.04
- target: static
diff --git a/build-aux/build-debian.sh b/build-aux/build-debian.sh
index 67731e8..68193a4 100755
--- a/build-aux/build-debian.sh
+++ b/build-aux/build-debian.sh
@@ -25,8 +25,11 @@ case ${DIST} in
focal)
REV="1~11.0focal"
;;
- impish)
- REV="1~11.3impish"
+ jammy)
+ REV="1~12.0jammy"
+ ;;
+ kinetic)
+ REV="1~12.1kinetic"
;;
*)
echo "error: unsupported dist: ${DIST}"