Skip to content

Commit

Permalink
gcc-aarch64-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Sep 4, 2024
1 parent 86e79f8 commit 1a93449
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG BUILD_TAGS="muslc"

RUN apk add --no-cache --update openssh git make build-base linux-headers libc-dev \
pkgconfig zeromq-dev musl-dev alpine-sdk libsodium-dev \
libzmq-static libsodium-static gcc
libzmq-static libsodium-static gcc gcc-aarch64-linux-gnu

# Build
WORKDIR /go/src/github.com/babylonlabs-io/vigilante
Expand All @@ -26,7 +26,6 @@ RUN if [ -n "${VERSION}" ]; then \
fi

RUN echo $BUILDPLATFORM
RUN uname -m
# Cosmwasm - Download correct libwasmvm version
RUN WASMVM_VERSION=$(go list -m github.com/CosmWasm/wasmvm/v2 | cut -d ' ' -f 2) && \
wget https://github.com/CosmWasm/wasmvm/releases/download/$WASMVM_VERSION/libwasmvm_muslc.$(uname -m).a \
Expand Down

0 comments on commit 1a93449

Please sign in to comment.