Skip to content

Commit

Permalink
try blst portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Mar 14, 2024
1 parent cba72e1 commit 261bb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ WORKDIR /app

# Keep Go's build cache between builds.
# https://github.com/golang/go/issues/27719#issuecomment-514747274
RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 CC="" CGO_CFLAGS="" go build -ldflags "-extldflags -static" \
RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 CC="" CGO_CFLAGS="-O2 -D__BLST_PORTABLE__" go build -ldflags "-extldflags -static" \
-o ./app ./cmd/consensus

RUN chmod a+x /app/app
Expand Down

0 comments on commit 261bb41

Please sign in to comment.