From 557bad8a8ca067044c842e2a9501e4a75db0b25c Mon Sep 17 00:00:00 2001 From: gmega Date: Fri, 24 Jan 2025 17:11:40 -0300 Subject: [PATCH] fix: add hack for multiarch builds of the workflow runner --- docker/bittorrent-benchmarks-workflows.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/bittorrent-benchmarks-workflows.Dockerfile b/docker/bittorrent-benchmarks-workflows.Dockerfile index 6bbd931..6f43568 100644 --- a/docker/bittorrent-benchmarks-workflows.Dockerfile +++ b/docker/bittorrent-benchmarks-workflows.Dockerfile @@ -10,7 +10,7 @@ RUN curl -SL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scr RUN chmod 700 get_helm.sh RUN ./get_helm.sh -RUN curl -SL https://dl.min.io/client/mc/release/linux-amd64/mc \ +RUN curl -SL "https://dl.min.io/client/mc/release/linux-$(dpkg --print-architecture)/mc" \ --create-dirs \ -o /usr/local/bin/mc && \ chmod +x /usr/local/bin/mc