Skip to content

Commit e571691

Browse files
committed
chore: build for ubuntu 24.04 in the CI
1 parent 3b99c4f commit e571691

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
platform: ubuntu-22.04
1919
ubuntu-version: 22.04
2020
additional-deps: gcc-multilib libc6-dev-i386
21+
- architecture: amd64
22+
platform: ubuntu-24.04
23+
ubuntu-version: 24.04
24+
additional-deps: gcc-multilib libc6-dev-i386
2125
- architecture: arm64
2226
platform: buildjet-2vcpu-ubuntu-2204-arm
2327
ubuntu-version: 22.04

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
valgrind (1:3.21.0-0codspeed3) UNRELEASED; urgency=medium
2+
3+
* Ship prebuilt binaries for ubuntu 24.04 amd64
4+
5+
-- Arthur Pastel <[email protected]> Thu, 10 Oct 2024 10:45:00 +0000
6+
17
valgrind (1:3.21.0-0codspeed2) UNRELEASED; urgency=medium
28

39
* Ship prebuilt binaries for arm64

0 commit comments

Comments
 (0)