lab-tekton-pipelines icon indicating copy to clipboard operation
lab-tekton-pipelines copied to clipboard

Pipeline for service build error

Open mberliner opened this issue 4 years ago • 0 comments

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

mberliner avatar Apr 11 '21 16:04 mberliner