This commit is contained in:
Hans Karlinius
2024-12-05 21:41:11 +01:00
parent 0668253246
commit 96b92db125
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -6,16 +6,16 @@ COPY rootfs /
# Install vhclient # Install vhclient
ARG VHCLIENT_BASE_URL=https://www.virtualhere.com/sites/default/files/usbclient ARG VHCLIENT_BASE_URL=https://www.virtualhere.com/sites/default/files/usbclient
ARG VHCLIENT #ARG VHCLIENT
RUN \ RUN \
if [ "${BUILD_ARCH}" = "armhf" ]; then \ if [ "${BUILD_ARCH}" = "armhf" ]; then \
$VHCLIENT="vhclientarmhf"; \ set VHCLIENT="vhclientarmhf"; \
elif [ "${BUILD_ARCH}" = "aarch64" ]; then \ elif [ "${BUILD_ARCH}" = "aarch64" ]; then \
$VHCLIENT="vhclientarm64"; \ set VHCLIENT="vhclientarm64"; \
elif [ "${BUILD_ARCH}" = "amd64" ]; then \ elif [ "${BUILD_ARCH}" = "amd64" ]; then \
$VHCLIENT="vhclientx86_64"; \ set VHCLIENT="vhclientx86_64"; \
elif [ "${BUILD_ARCH}" = "i386" ]; then \ elif [ "${BUILD_ARCH}" = "i386" ]; then \
$VHCLIENT="vhclienti386"; \ set VHCLIENT="vhclienti386"; \
else \ else \
echo "No vhclient exists for build arch"; \ echo "No vhclient exists for build arch"; \
exit 1; \ exit 1; \
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client name: VirtualHere Client
version: "0.1.371" version: "0.1.372"
slug: vhclient slug: vhclient
description: VirtualHere Client description: VirtualHere Client
arch: arch: