Skip to content

Commit

Permalink
Add Ubuntu 24.04 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pykello committed Nov 19, 2024
1 parent 31a9d1f commit e4994cd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ jobs:
matrix:
include:
- runner: ubicloud-standard-4
platform: x64
platform: x64-ubuntu-22.04
target_arch: corei7
- runner: ubicloud-standard-4-ubuntu-2404
platform: x64-ubuntu-24.04
target_arch: corei7
- runner: ubicloud-standard-4-arm
platform: arm64
platform: arm64-ubuntu-22.04
target_arch: native
- runner: ubicloud-standard-4-arm-ubuntu-2404
platform: arm64-ubuntu-24.04
target_arch: native
env:
INSTALL_PREFIX: ${{ github.workspace }}/install/spdk
Expand Down

0 comments on commit e4994cd

Please sign in to comment.