fix: add hack for multiarch builds of the workflow runner

This commit is contained in:
gmega 2025-01-24 17:11:40 -03:00
parent d4ddcdec9d
commit 557bad8a8c
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18

View File

@ -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