Skip to content

Commit

Permalink
Merge pull request #87 from Chia-Network/altendky-patch-4
Browse files Browse the repository at this point in the history
fix timeout for risc build
  • Loading branch information
altendky authored Oct 9, 2024
2 parents 11d86c4 + 7dcbaa2 commit 3e36452
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-ubuntu-22.04-risc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ concurrency:
jobs:
build:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
timeout-minutes: 240
with:
alternate-latest-mode: true
runs-on: k8s-public
timeout-minutes: 1440
timeout-minutes: 240
docker-context: "./ubuntu-22.04-risc"
dockerfile: "./ubuntu-22.04-risc/Dockerfile"
dockerhub_imagename: "chianetwork/ubuntu-22.04-risc-builder"
Expand Down

0 comments on commit 3e36452

Please sign in to comment.