Skip to content

Commit

Permalink
Remove dockerfile change
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Sep 6, 2024
1 parent eca18f8 commit b3088fe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions contrib/images/babylond/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
FROM --platform=$BUILDPLATFORM golang:1.21 AS build-env

RUN apt-get update && apt-get install -y --no-install-recommends \
gcc-i686-linux-gnu \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

# Version to build. Default is empty
ARG VERSION
ARG BUILD_TAGS=""
Expand All @@ -29,9 +24,6 @@ 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 b3088fe

Please sign in to comment.