Skip to content

Commit

Permalink
better logic
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Oct 18, 2023
1 parent 8e9bdfa commit 5a2d48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/blockchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY Makefile sims.mk ./
ENV VERSION=${VERSION}
RUN UNAME_M=$(uname -m) && \
echo "UNAME_M: ${UNAME_M}" && \
if [ ${UNAME_M} != "x86_64" ]; then export ARCH=aarch64; fi && \
export ARCH=${UNAME_M} && \
make VERSION=${VERSION} WITH_CLEVELDB=true install

###
Expand Down

0 comments on commit 5a2d48f

Please sign in to comment.