Skip to content

Commit

Permalink
only BUILDPLATFORM
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Sep 3, 2024
1 parent 65f2582 commit 036f11f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions contrib/images/babylond/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ ARG BUILD_TAGS=""
ARG LEDGER_ENABLED="false"
ARG COSMOS_BUILD_OPTIONS=""

ARG TARGETPLATFORM
ARG BUILDPLATFORM
ARG TARGETOS
ARG TARGETARCH

WORKDIR /go/src/github.com/babylonlabs-io/babylon
COPY ./ /go/src/github.com/babylonlabs-io/babylon/

Expand All @@ -27,8 +22,6 @@ RUN LEDGER_ENABLED=$LEDGER_ENABLED \
BUILD_TAGS=$BUILD_TAGS \
COSMOS_BUILD_OPTIONS=$COSMOS_BUILD_OPTIONS \
LINK_STATICALLY=false \
GOOS=${TARGETOS} \
GOARCH=${TARGETARCH} \
make build

FROM debian:bookworm-slim AS wasm-link
Expand Down

0 comments on commit 036f11f

Please sign in to comment.