We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b99c4f commit e571691Copy full SHA for e571691
.github/workflows/release.yml
@@ -18,6 +18,10 @@ jobs:
18
platform: ubuntu-22.04
19
ubuntu-version: 22.04
20
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
25
- architecture: arm64
26
platform: buildjet-2vcpu-ubuntu-2204-arm
27
debian/changelog
@@ -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
7
valgrind (1:3.21.0-0codspeed2) UNRELEASED; urgency=medium
8
9
* Ship prebuilt binaries for arm64
0 commit comments