mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-06-07 08:29:52 +00:00
fix: add hack for multiarch builds of the workflow runner
This commit is contained in:
parent
d4ddcdec9d
commit
557bad8a8c
@ -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 chmod 700 get_helm.sh
|
||||||
RUN ./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 \
|
--create-dirs \
|
||||||
-o /usr/local/bin/mc && \
|
-o /usr/local/bin/mc && \
|
||||||
chmod +x /usr/local/bin/mc
|
chmod +x /usr/local/bin/mc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user