Skip to content

Commit

Permalink
Added go.mod and go.sum to batcher in docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht9277 committed Oct 10, 2024
1 parent 23df617 commit 71812b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/batcher.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ WORKDIR /aligned_layer/batcher/aligned-batcher
ENV GOOS=linux
ARG GOARCH
ENV CGO_ENABLED=1

COPY go.mod .
copy go.sum .

RUN go build -buildmode=c-archive -o libverifier.a ./gnark/verifier.go

WORKDIR /aligned_layer
Expand Down

0 comments on commit 71812b6

Please sign in to comment.