cloudoperators / greenhouse

Cloud operations platform
Apache License 2.0
8 stars 1 forks source link

🐛 [BUG] - Fix docker buildx for multiarch for docker images #189

Open IvoGoman opened 2 weeks ago

IvoGoman commented 2 weeks ago

Priority

(Low) Something is a little off

Description

Found the issue: go: cannot install cross-compiled binaries when GOBIN is set There is an open issue already for that: https://github.com/golang/go/issues/57485

Option's to mitigate the issue:

remove $GOBIN add -o to the go install go build -o out ...

Reproduction steps

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Manifests

  apiVersion: greenhouse.sap/v1alpha1
  kind: ...

Screenshots

DESCRIPTION