Skip to content

Commit

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

ARG TARGETOS TARGETARCH

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

Expand All @@ -22,6 +24,9 @@ RUN LEDGER_ENABLED=$LEDGER_ENABLED \
BUILD_TAGS=$BUILD_TAGS \
COSMOS_BUILD_OPTIONS=$COSMOS_BUILD_OPTIONS \
LINK_STATICALLY=false \
GOOS=${TARGETOS} \
GOARCH=${TARGETARCH} \
CC=arm-linux-gnueabi-gcc CGO_ENABLED=1 \
make build

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

0 comments on commit f8c2e00

Please sign in to comment.