Skip to content

Commit e66d6a8

Browse files
authored
chore: adjust E2E for both macOSes (AArch64, x86_64) (#1206)
LW-8192
1 parent 7cbfeed commit e66d6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e/local-network/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=nonintercative
66

77
WORKDIR /build
88
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
9+
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
1010

1111
RUN apt-get update -y && \
1212
apt-get install -y wget tar curl && \

0 commit comments

Comments
 (0)