Skip to content

Commit

Permalink
chore(taiko-client): revert the failed cross-compilation (#17670)
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp authored Jun 24, 2024
1 parent e7afcfe commit 0a1de79
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/taiko-client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM} golang:1.21-alpine as builder
FROM golang:1.21-alpine as builder

RUN apk update && apk add --no-cache --update gcc musl-dev linux-headers git make build-base

Expand All @@ -10,10 +10,7 @@ COPY packages/taiko-client/ packages/taiko-client/

WORKDIR /build/packages/taiko-client

ARG TARGETOS
ARG TARGETARCH
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
make build
RUN make build

FROM alpine:latest

Expand Down

0 comments on commit 0a1de79

Please sign in to comment.