lab-tekton-pipelines
lab-tekton-pipelines copied to clipboard
Pipeline for service build error
Hi, When doing the pipeline run for the service, there is an error here:
build-image step-build
STEP 5: RUN export GARCH="$(uname -m)" && if [[ ${GARCH} == "x86_64" ]]; then export GARCH="amd64"; fi && GOOS=linux GOARCH=${GARCH} CGO_ENABLED=0 GOCACHE=/tmp/cache go build -mod=vendor -v -o /tmp/api-server . /bin/sh: go: command not found
It seems to be, that go compiler is not on path env
Attached complete log
build-and-deploy-run-wdg2k.log
Cheers