Skip to content

Commit

Permalink
Fixes for building Cactus on Noble.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Feb 16, 2025
1 parent 6e6a43e commit 99489a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-blockchains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
provenance: false
push: true
build-args: |
"UBUNTU_VER=jammy"
"UBUNTU_VER=noble"
"MACHINARIS_STREAM=develop"
"CHIADOG_BRANCH=dev"
"FDCLI_BRANCH=dev"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main-blockchains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
file: docker/dockerfile
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
provenance: false
push: true
build-args: |
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
provenance: false
push: true
build-args: |
"UBUNTU_VER=jammy"
"UBUNTU_VER=noble"
"MACHINARIS_STREAM=latest"
"GIGAHORSE_BRANCH=v2.5.1.giga36"
"CHIA_BRANCH=main"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-blockchains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
file: docker/dockerfile
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
provenance: false
push: true
build-args: |
Expand Down

0 comments on commit 99489a8

Please sign in to comment.