Skip to content

Commit

Permalink
fix build path
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Nov 25, 2024
1 parent 32fa2f8 commit 39a2e5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions op-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ WORKDIR /optimism
COPY . /optimism

RUN VERSION="$VERSION" GOOS=$TARGETOS GOARCH=$TARGETARCH make op-node op-batcher op-proposer op-conductor
RUN VERSION="$VERSION" GOOS=$TARGETOS GOARCH=$TARGETARCH make -C ./op-conductor op-conductor

FROM alpine:3.20@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0

Expand Down

0 comments on commit 39a2e5b

Please sign in to comment.