fixing stuff

This commit is contained in:
Michael Trip 2023-10-03 19:42:34 +02:00
parent ff152e3653
commit 20921497ac
3 changed files with 5 additions and 4 deletions

View file

@ -12,7 +12,7 @@ WORKDIR /tmp
RUN dnf install -y wget && \
case ${TARGETARCH} in \
"amd64") DOWNLOAD_ARCH=amd64 ;; \
"amd64") DOWNLOAD_ARCH=x86_64 ;; \
"arm64") DOWNLOAD_ARCH=aarch64 ;; \
esac \
&& wget -O /tmp/openlens.rpm https://github.com/MuhammedKalkan/OpenLens/releases/download/v6.5.2-366/OpenLens-6.5.2-366.${DOWNLOAD_ARCH}.rpm