Skip to content
Snippets Groups Projects
Commit 1eb69b6d authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#195): broken arm64 build

parent a22a019e
No related branches found
No related tags found
No related merge requests found
# Workaround for https://github.com/containers/buildah/issues/4742
FROM debian:bullseye-slim as target
# ------------------------------------------------------------------------------
# Build Stage
# ------------------------------------------------------------------------------
......@@ -69,11 +66,15 @@ RUN if [ "$cucumber" != 0 ] && [ "$TARGETPLATFORM" = "$BUILDPLATFORM" ]; then \
# ------------------------------------------------------------------------------
FROM target
ARG BUILDPLATFORM
ARG TARGETPLATFORM
LABEL maintainer="Gilles Filippini <gilles.filippini@pini.fr>"
LABEL version="0.0.0"
LABEL description="Crypto-currency software (based on Substrate framework) to operate Ğ1 libre currency"
RUN echo "BUILDPLATFORM=$BUILDPLATFORM" >>/docker_debug
RUN echo "TARGETPLATFORM=$TARGETPLATFORM" >>/docker_debug
# Required certificates for RPC connections
RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment