Skip to content

Commit

Permalink
try cross-compile taiko-client
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed Sep 25, 2024
1 parent 818a80e commit 80de6c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/taiko-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ WORKDIR /build/packages/taiko-client
RUN if [ "$TARGETARCH" == "amd64" ]; then \
echo "amd64: TARGETOS=${TARGETOS}, TARGETARCH=${TARGETARCH}"; \
else \
GOOS=$TARGETOS GOARCH=$TARGETARCH \
echo "arm64: TARGETOS=${TARGETOS}, TARGETARCH=${TARGETARCH}"; \
GOOS="${TARGETOS}" GOARCH="${TARGETARCH}" \
echo "arm64: GOOS=${GOOS}, GOARCH=${TARGETARCH}"; \
fi

Expand Down

0 comments on commit 80de6c6

Please sign in to comment.