ci(hive): build reth externally (#9281)

This commit is contained in:
joshieDo
2024-07-03 23:00:23 +02:00
committed by GitHub
parent a7caf0d284
commit 4db0edd72f
2 changed files with 18 additions and 4 deletions

8
.github/assets/hive/Dockerfile vendored Normal file
View File

@ -0,0 +1,8 @@
FROM ubuntu
COPY dist/reth /usr/local/bin
COPY LICENSE-* ./
EXPOSE 30303 30303/udp 9001 8545 8546
ENTRYPOINT ["/usr/local/bin/reth"]