From 07274c12184b430639513caa0ce252350be59377 Mon Sep 17 00:00:00 2001 From: Jake Awe <50372925+AyodeAwe@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:14:21 -0600 Subject: [PATCH] Install codecov on aarch64 image variants (#126) --- ci-conda.Dockerfile | 30 +++++++++++++++--------------- versions.yaml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ci-conda.Dockerfile b/ci-conda.Dockerfile index c89df6f..4e96d2e 100644 --- a/ci-conda.Dockerfile +++ b/ci-conda.Dockerfile @@ -121,23 +121,23 @@ EOF # Install codecov binary ARG CODECOV_VER RUN <