We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbfeed commit e66d6a8Copy full SHA for e66d6a8
packages/e2e/local-network/Dockerfile
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=nonintercative
6
7
WORKDIR /build
8
ARG CARDANO_NODE_BUILD_URL=https://github.com/IntersectMBO/cardano-node/releases/download/8.9.1/cardano-node-8.9.1-linux.tar.gz
9
-ARG CARDANO_NODE_BUILD_URL_ARM64=hxxp://temporarily-broken
+ARG CARDANO_NODE_BUILD_URL_ARM64=https://github.com/input-output-hk/ogmios-tracker/releases/download/0.1.0/cardano-node-8.9.1-aarch64-linux.tar.gz
10
11
RUN apt-get update -y && \
12
apt-get install -y wget tar curl && \
0 commit comments