Skip to content

Commit

Permalink
for test
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed Sep 24, 2024
1 parent b29bc7e commit 2673017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taiko-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ COPY packages/taiko-client/ packages/taiko-client/
WORKDIR /build/packages/taiko-client

#RUN CGO_ENABLED=1 CC=x86_64-linux-gnu-gcc GOOS=${TARGETOS} GOARCH=${TARGETARCH} make build
echo "Building for ${TARGETOS}/${TARGETARCH}"
RUN CGO_ENABLED=1 GOOS=${TARGETOS} GOARCH=${TARGETARCH} make build


Expand Down

0 comments on commit 2673017

Please sign in to comment.