File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
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
;;
@@ -243,14 +246,11 @@ jobs:
243
246
run : |
244
247
curl -sLO https://github.com/deb-s3/deb-s3/releases/download/${{ env.DEB_S3_VERSION }}/deb-s3-${{ env.DEB_S3_VERSION }}.gem
245
248
gem install deb-s3-${{ env.DEB_S3_VERSION }}.gem
246
- - name : Configure AWS Credentials
247
- uses : aws-actions/configure-aws-credentials@v4
248
- with :
249
- aws-region : ${{ secrets.APT_S3_REGION }}
250
- role-to-assume : ${{ secrets.APT_S3_IAM_ARN }}
251
249
- name : Upload packages
252
250
if : github.ref == 'refs/heads/release/8.0'
253
251
env :
252
+ AWS_ACCESS_KEY_ID : ${{ secrets.APT_S3_ACCESS_KEY_ID }}
253
+ AWS_SECRET_ACCESS_KEY : ${{ secrets.APT_S3_SECRET_ACCESS_KEY }}
254
254
APT_S3_BUCKET : ${{ secrets.APT_S3_BUCKET }}
255
255
APT_S3_REGION : ${{ secrets.APT_S3_REGION }}
256
256
run : |
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