Skip to content

Commit

Permalink
Merge pull request #601 from onflow/tarak/fix-typo
Browse files Browse the repository at this point in the history
Fix flag typo
  • Loading branch information
tarakby authored Mar 7, 2024
2 parents b6cd105 + 4d27ae1 commit a925945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/emulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG TARGETOS
ARG TARGETARCH
ENV GO111MODULE=on \
CGO_ENABLED=1 \
CGO_FLAGS="-O2 -D__BLST_PORTABLE__" \
CGO_CFLAGS="-O2 -D__BLST_PORTABLE__" \
GOOS=$TARGETOS \
GOARCH=$TARGETARCH
RUN --mount=type=ssh \
Expand Down

0 comments on commit a925945

Please sign in to comment.