Skip to content

Commit b49c198

Browse files
committed
Release Redis version 8.0.2
1 parent 06d8a46 commit b49c198

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/apt.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
redis_*.orig.tar.gz
5050
5151
build-binary-package:
52-
runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu24-arm64-4-16' || 'ubuntu-22.04' }}
52+
runs-on: ${{ (matrix.arch == 'arm64' || matrix.arch == 'armhf') && 'ubuntu24-arm64-4-16' || 'ubuntu-22.04' }}
5353
strategy:
5454
fail-fast: false
5555
matrix:
@@ -68,6 +68,9 @@ jobs:
6868
arm64)
6969
BUILD_ARCH=arm64
7070
;;
71+
armhf)
72+
BUILD_ARCH=armhf
73+
;;
7174
*)
7275
BUILD_ARCH=amd64
7376
;;

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
redis (6:8.0.2-1rl1~@RELEASE@1) @RELEASE@; urgency=low
2+
3+
* Redis 8.0.2: https://github.com/redis/redis/releases/tag/8.0.2
4+
5+
-- Redis Team <[email protected]> Fri, 30 May 2025 10:47:02 +0300
6+
17
redis (6:8.0.1-1rl1~@RELEASE@1) @RELEASE@; urgency=low
28

39
* Redis 8.0.1: https://github.com/redis/redis/releases/tag/8.0.1

0 commit comments

Comments
 (0)