Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit 1a8585f

Browse files
committed
print message during build for currently not supported machine types
1 parent ad5551f commit 1a8585f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ if [ ${MACHINE_TYPE} == 'x86_64' ]; then
55
docker build -t networkboot/dhcpd "$@" $(dirname $0)
66
elif [ ${MACHINE_TYPE} == 'armv7l' ]; then
77
docker build -t networkboot/dhcpd:arm32v7 "$@" $(dirname $0) -f Dockerfile.arm32v7
8+
else
9+
echo "Your machine type $MACHINE_TYPE is currently not supported" >&2
810
fi

0 commit comments

Comments
 (0)