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

View File

@@ -9,13 +9,13 @@ ARG BUILD_ARCH
ARG VHCLIENT_BASE_URL=https://www.virtualhere.com/sites/default/files/usbclient
RUN \
if [ "$BUILD_ARCH" = "armhf" ]; then \
ENV VHCLIENT="vhclientarmhf"; \
export VHCLIENT="vhclientarmhf"; \
elif [ "$BUILD_ARCH" = "aarch64" ]; then \
ENV VHCLIENT="vhclientarm64"; \
export VHCLIENT="vhclientarm64"; \
elif [ "$BUILD_ARCH" = "amd64" ]; then \
ENV VHCLIENT="vhclientx86_64"; \
export VHCLIENT="vhclientx86_64"; \
elif [ "$BUILD_ARCH" = "i386" ]; then \
ENV VHCLIENT="vhclienti386"; \
export VHCLIENT="vhclienti386"; \
fi
#RUN case "$BUILD_ARCH" in \
# armhf) export VHCLIENT="vhclientarmhf";; \

View File

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