Skip to content

Commit

Permalink
[feat] add Ubuntu 24.04 Noble package support (valkey-io#971)
Browse files Browse the repository at this point in the history
add Ubuntu 24.04 Noble package support

Signed-off-by: Alan Scherger <[email protected]>
  • Loading branch information
flyinprogrammer authored Nov 22, 2024
1 parent 109d2da commit 377ed22
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions utils/releasetools/build-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"type": "deb",
"platform": "focal"
},
{
"arch": "x86_64",
"target": "ubuntu24.04",
"type": "deb",
"platform": "noble"
},
{
"arch": "arm64",
"target": "ubuntu18.04",
Expand All @@ -23,6 +29,12 @@
"target": "ubuntu20.04",
"type": "deb",
"platform": "focal"
},
{
"arch": "arm64",
"target": "ubuntu24.04",
"type": "deb",
"platform": "noble"
}
]
}

0 comments on commit 377ed22

Please sign in to comment.