File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 description : Override target docker tag (defaults to the above source ref if left blank)
1818 type : string
1919 required : false
20- source_patch :
21- description : Optional patch to apply to the source repository before building
22- type : string
23- required : false
2420
2521jobs :
2622 prepare :
6258 with :
6359 source_repository : ${{ inputs.repository }}
6460 source_ref : ${{ inputs.ref }}
65- source_patch : ${{ inputs.source_patch }}
6661 target_tag : ${{ needs.prepare.outputs.target_tag }}-${{ matrix.slug }}
6762 target_repository : ethpandaops/geth
6863 platform : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 1- name : Build geth docker image
1+ name : Build meth docker image (bad geth)
22
33on :
44 workflow_dispatch :
Original file line number Diff line number Diff line change 1- name : Build nethermind docker image
1+ name : Build nevermind docker image (bad nethermind)
22
33on :
44 workflow_dispatch :
1717 description : Override target docker tag (defaults to the above source ref if left blank)
1818 type : string
1919 required : false
20+ source_patch :
21+ description : Optional patch to apply to the source repository before building
22+ type : string
23+ required : false
2024
2125jobs :
2226 prepare :
5862 with :
5963 source_repository : ${{ inputs.repository }}
6064 source_ref : ${{ inputs.ref }}
65+ source_patch : ${{ inputs.source_patch }}
6166 target_tag : ${{ needs.prepare.outputs.target_tag }}-${{ matrix.slug }}
6267 target_repository : ethpandaops/nevermind
6368 platform : ${{ matrix.platform }}
Original file line number Diff line number Diff line change @@ -102,3 +102,9 @@ zeam:
102102ream :
103103 - linux/amd64
104104 - linux/arm64
105+ meth :
106+ - linux/amd64
107+ - linux/arm64
108+ nevermind :
109+ - linux/amd64
110+ - linux/arm64
You can’t perform that action at this time.
0 commit comments