This commit is contained in:
Hans Karlinius
2024-12-05 23:49:19 +01:00
parent 4ebe9ae6ba
commit 969a00d12b
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -9,13 +9,13 @@ ARG BUILD_ARCH
ARG VHCLIENT_BASE_URL=https://www.virtualhere.com/sites/default/files/usbclient ARG VHCLIENT_BASE_URL=https://www.virtualhere.com/sites/default/files/usbclient
RUN \ RUN \
if [ "$BUILD_ARCH" = "armhf" ]; then \ if [ "$BUILD_ARCH" = "armhf" ]; then \
ENV VHCLIENT="vhclientarmhf"; \ export VHCLIENT="vhclientarmhf"; \
elif [ "$BUILD_ARCH" = "aarch64" ]; then \ elif [ "$BUILD_ARCH" = "aarch64" ]; then \
ENV VHCLIENT="vhclientarm64"; \ export VHCLIENT="vhclientarm64"; \
elif [ "$BUILD_ARCH" = "amd64" ]; then \ elif [ "$BUILD_ARCH" = "amd64" ]; then \
ENV VHCLIENT="vhclientx86_64"; \ export VHCLIENT="vhclientx86_64"; \
elif [ "$BUILD_ARCH" = "i386" ]; then \ elif [ "$BUILD_ARCH" = "i386" ]; then \
ENV VHCLIENT="vhclienti386"; \ export VHCLIENT="vhclienti386"; \
fi fi
#RUN case "$BUILD_ARCH" in \ #RUN case "$BUILD_ARCH" in \
# armhf) export VHCLIENT="vhclientarmhf";; \ # armhf) export VHCLIENT="vhclientarmhf";; \
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client name: VirtualHere Client
version: "0.1.394" version: "0.1.395"
slug: vhclient slug: vhclient
description: VirtualHere Client description: VirtualHere Client
arch: arch: