Skip to content

Commit

Permalink
expand matrices to include ubuntu 24.04 noble numbat (#17934)
Browse files Browse the repository at this point in the history
expand matrices to include ubuntu 22.04 noble numbat
  • Loading branch information
altendky committed May 2, 2024
1 parent a4d8a76 commit 8cedf54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-linux-installer-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,10 @@ jobs:
type: ubuntu
# https://packages.ubuntu.com/jammy/python3 (22.04, 3.10)
url: "docker://ubuntu:jammy"
- name: ubuntu:noble (24.04)
type: ubuntu
# https://packages.ubuntu.com/noble/python3 (24.04, 3.12)
url: "docker://ubuntu:noble"
mode:
- name: GUI
file: chia-blockchain_*.deb
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-install-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ jobs:
type: ubuntu
# https://packages.ubuntu.com/jammy/python3 (22.04, 3.10)
url: "docker://ubuntu:jammy"
- name: ubuntu:noble (24.04)
type: ubuntu
# https://packages.ubuntu.com/noble/python3 (24.04, 3.12)
url: "docker://ubuntu:noble"
arch:
- name: ARM64
matrix: arm
Expand Down

0 comments on commit 8cedf54

Please sign in to comment.