This commit is contained in:
Hans Karlinius
2024-12-05 22:35:18 +01:00
parent a399ac045c
commit fef34ecc74
2 changed files with 9 additions and 6 deletions

View File

@@ -7,11 +7,14 @@ COPY rootfs /
# Install vhclient
ARG VHCLIENT_BASE_URL=https://www.virtualhere.com/sites/default/files/usbclient
RUN \
if [ "$BUILD_ARCH" = "armhf" ]; then ENV VHCLIENT="vhclientarmhf"; \
elif [ "$BUILD_ARCH" = "aarch64" ]; then ENV VHCLIENT="vhclientarm64"; \
elif [ "$BUILD_ARCH" = "amd64" ]; then ENV VHCLIENT="vhclientx86_64"; \
elif [ "$BUILD_ARCH" = "i386" ]; then ENV VHCLIENT="vhclienti386"; \
else echo "No vhclient exists for build arch"; \
if [ "$BUILD_ARCH" = "armhf" ]; then \
ENV VHCLIENT="vhclientarmhf"; \
elif [ "$BUILD_ARCH" = "aarch64" ]; then \
ENV VHCLIENT="vhclientarm64"; \
elif [ "$BUILD_ARCH" = "amd64" ]; then \
ENV VHCLIENT="vhclientx86_64"; \
elif [ "$BUILD_ARCH" = "i386" ]; then \
ENV VHCLIENT="vhclienti386"; \
fi
#echo ${VHCLIENT} \
#echo "HEJ!!!!"

View File

@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.387"
version: "0.1.388"
slug: vhclient
description: VirtualHere Client
arch: