File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 49
49
redis_*.orig.tar.gz
50
50
51
51
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' }}
53
53
strategy :
54
54
fail-fast : false
55
55
matrix :
68
68
arm64)
69
69
BUILD_ARCH=arm64
70
70
;;
71
+ armhf)
72
+ BUILD_ARCH=armhf
73
+ ;;
71
74
*)
72
75
BUILD_ARCH=amd64
73
76
;;
Original file line number Diff line number Diff line change
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
+
1
7
redis (6:8.0.1-1rl1~@RELEASE@1) @RELEASE@; urgency=low
2
8
3
9
* Redis 8.0.1: https://github.com/redis/redis/releases/tag/8.0.1
You can’t perform that action at this time.
0 commit comments