Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline for service build error #82

Open
mberliner opened this issue Apr 11, 2021 · 0 comments
Open

Pipeline for service build error #82

mberliner opened this issue Apr 11, 2021 · 0 comments

Comments

@mberliner
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant