Skip to content

Commit

Permalink
fix reth-rbuilder (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Nov 20, 2024
1 parent faafb33 commit 6a9d686
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_dispatch:
inputs:
repository:
description: The source rbuilder repository to build from
default: ethpandaops/rbuilder
description: The source reth-rbuilder repository to build from
default: flashbots/reth-rbuilder
type: string
required: true
ref:
Expand All @@ -19,7 +19,7 @@ on:
required: false
build_args:
description: Build arguments to pass to the Docker build
default: ""
default: "RBUILDER_BIN=reth-rbuilder"
type: string
required: false

Expand Down
6 changes: 3 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,9 @@
target:
tag: main-minimal
repository: ethpandaops/mev-rs
###############
# rbuilder #
###############
####################
# reth-rbuilder #
####################
- source:
repository: flashbots/rbuilder
ref: develop
Expand Down
2 changes: 1 addition & 1 deletion platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ grandine:
mev-rs:
- linux/amd64
- linux/arm64
rbuilder:
reth-rbuilder:
- linux/amd64
- linux/arm64

0 comments on commit 6a9d686

Please sign in to comment.