Skip to content

Commit

Permalink
Use Noble as base image for Chia.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Feb 16, 2025
1 parent 9430cdb commit 1a98132
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-chia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
provenance: false
push: true
build-args: |
"UBUNTU_VER=jammy"
"UBUNTU_VER=noble"
"MACHINARIS_STREAM=latest"
"CHIA_BRANCH=2.4.3"
"CHIA_BRANCH=2.5.1"
"BLADEBIT_BRANCH=master"
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/machinaris:latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-chia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
provenance: false
push: true
build-args: |
"UBUNTU_VER=jammy"
"UBUNTU_VER=noble"
"MACHINARIS_STREAM=test"
"CHIADOG_BRANCH=dev"
"CHIA_BRANCH=2.4.3"
"CHIA_BRANCH=2.5.1"
"PLOTMAN_BRANCH=development"
"BLADEBIT_BRANCH=master"
tags: |
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
provenance: false
push: true
build-args: |
"UBUNTU_VER=jammy"
"UBUNTU_VER=noble"
"MACHINARIS_STREAM=test"
"CHIADOG_BRANCH=dev"
"GIGAHORSE_BRANCH=v2.5.1.giga36"
Expand Down

0 comments on commit 1a98132

Please sign in to comment.