test
This commit is contained in:
@@ -7,13 +7,14 @@ COPY rootfs /
|
||||
# Install vhclient
|
||||
ARG VHCLIENT_BASE_URL=https://www.virtualhere.com/sites/default/files/usbclient
|
||||
ARG VHCLIENT
|
||||
RUN if [ "$BUILD_ARCH" = "armhf" ]; then \
|
||||
RUN \
|
||||
if [ "${BUILD_ARCH}" = "armhf" ]; then \
|
||||
$VHCLIENT="vhclientarmhf"; \
|
||||
elif [ "$BUILD_ARCH" = "aarch64" ]; then \
|
||||
elif [ "${BUILD_ARCH}" = "aarch64" ]; then \
|
||||
$VHCLIENT="vhclientarm64"; \
|
||||
elif [ "$BUILD_ARCH" = "amd64" ]; then \
|
||||
elif [ "${BUILD_ARCH}" = "amd64" ]; then \
|
||||
$VHCLIENT="vhclientx86_64"; \
|
||||
elif [ "$BUILD_ARCH" = "i386" ]; then \
|
||||
elif [ "${BUILD_ARCH}" = "i386" ]; then \
|
||||
$VHCLIENT="vhclienti386"; \
|
||||
else \
|
||||
echo "No vhclient exists for build arch"; \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: VirtualHere Client
|
||||
version: "0.1.370"
|
||||
version: "0.1.371"
|
||||
slug: vhclient
|
||||
description: VirtualHere Client
|
||||
arch:
|
||||
|
||||
Reference in New Issue
Block a user