We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92ed02 commit ef0eec0Copy full SHA for ef0eec0
test/license-test/run-license-test.sh
@@ -7,6 +7,6 @@ BUILD_BIN="$SCRIPTPATH/../../build/bin"
7
BINARY_NAME="node-termination-handler-linux-amd64"
8
LICENSE_TEST_TAG="nth-license-test"
9
10
-NTH_OS_ARCH="linux-amd64" make -s -f $SCRIPTPATH/../../Makefile build-binaries
+SUPPORTED_PLATFORMS_LINUX="linux/amd64" make -s -f $SCRIPTPATH/../../Makefile build-binaries
11
docker build --build-arg=GOPROXY=direct -t $LICENSE_TEST_TAG $SCRIPTPATH/
12
docker run -it -e GITHUB_TOKEN --rm -v $SCRIPTPATH/:/test -v $BUILD_BIN/:/nth-bin $LICENSE_TEST_TAG golicense /test/license-config.hcl /nth-bin/$BINARY_NAME
0 commit comments