Skip to content

Commit 73e43cf

Browse files
committed
Added fix for build failing due to missing go-vnc
1 parent 3531171 commit 73e43cf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ rm -rf pkg/*
1515
rm -rf $GOPATH/pkg/*
1616
mkdir -p bin/
1717

18+
# Fix for build failing due to missing go-vnc
19+
go get github.com/mitchellh/go-vnc
20+
1821
gox \
1922
-os="${XC_OS}" \
2023
-arch="${XC_ARCH}" \

0 commit comments

Comments
 (0)