File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 55
55
include :
56
56
- arch : linux/amd64
57
57
features : jemalloc,asm-keccak,optimism
58
- - arch : linux/arm64
59
- features : jemalloc,optimism
60
58
steps :
61
59
- name : Checkout
62
60
uses : actions/checkout@v2
88
86
labels : ${{ steps.meta.outputs.labels }}
89
87
build-args : |
90
88
FEATURES=${{ matrix.features }}
91
- platforms : ${{ matrix.arch }}
89
+ platforms : ${{ matrix.arch }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
14
14
RUN cd op-node && \
15
15
make VERSION=$VERSION op-node
16
16
17
- FROM rust:1.78 AS reth
17
+ FROM rust:1.79 AS reth
18
18
19
19
ARG FEATURES=jemalloc,asm-keccak,optimism
20
20
@@ -23,7 +23,7 @@ WORKDIR /app
23
23
RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential
24
24
25
25
ENV REPO=https://github.com/paradigmxyz/reth.git
26
- ENV COMMIT=e5111f03396f661bdff69d04047d0c076bad75f3
26
+ ENV COMMIT=7d55a14b1fca006260737dec1f9d3e93cd4c2008
27
27
28
28
RUN git clone $REPO . && git checkout $COMMIT
29
29
RUN cargo build --bin op-reth --locked --features $FEATURES --profile maxperf
You can’t perform that action at this time.
0 commit comments