We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 094c963 + d5263b4 commit 4abcae0Copy full SHA for 4abcae0
1 file changed
hooks/environment
@@ -27,4 +27,4 @@ build_dir="$(dirname "$d")"
27
28
echo "~~~ :electric_plug: Building plugin hooks"
29
echo "Building for ${HOST_GOOS} on ${HOST_GOARCH}"
30
-docker run --rm -v "${build_dir}":/plugin -w /plugin -e GOOS=${HOST_GOOS} -e GOARCH=${HOST_GOARCH} golang:latest go build -o hooks/pre-exit
+cd "${build_dir}" && go build -o hooks/pre-exit
0 commit comments