Skip to content

Commit

Permalink
fix timeout for risc build
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Oct 8, 2024
1 parent 11d86c4 commit 7dcbaa2
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 7dcbaa2

Please sign in to comment.