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 a3551d4 commit 871d925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taiko-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN echo "TARGETOS=${TARGETOS}, TARGETARCH=${TARGETARCH}" && \
if [ "$TARGETARCH" = "amd64" ]; then \
GOOS=${TARGETOS} GOARCH=${TARGETARCH} make build; \
else \
GOOS=linux GOARCH=amd64 make build; \
GOOS=linux GOARCH=arm64 make build; \
fi

FROM alpine:latest
Expand Down

0 comments on commit 871d925

Please sign in to comment.