Skip to content

Commit

Permalink
chore: build for ubuntu 24.04 in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Oct 10, 2024
1 parent 3b99c4f commit e571691
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
platform: ubuntu-22.04
ubuntu-version: 22.04
additional-deps: gcc-multilib libc6-dev-i386
- architecture: amd64
platform: ubuntu-24.04
ubuntu-version: 24.04
additional-deps: gcc-multilib libc6-dev-i386
- architecture: arm64
platform: buildjet-2vcpu-ubuntu-2204-arm
ubuntu-version: 22.04
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
valgrind (1:3.21.0-0codspeed3) UNRELEASED; urgency=medium

* Ship prebuilt binaries for ubuntu 24.04 amd64

-- Arthur Pastel <[email protected]> Thu, 10 Oct 2024 10:45:00 +0000

valgrind (1:3.21.0-0codspeed2) UNRELEASED; urgency=medium

* Ship prebuilt binaries for arm64
Expand Down

0 comments on commit e571691

Please sign in to comment.