cloudfoundry / bosh-google-cpi-release

BOSH Google CPI
Apache License 2.0
63 stars 96 forks source link

Unable to run create-env from darwin #344

Closed jpalermo closed 6 months ago

jpalermo commented 11 months ago

Even though there is a darwin golang package, when packaging the bosh-google-cpi it always uses the linux version.

This used to work, because the golang package would actually switch to using the correct version, but that functionality was removed due to problems with vendoring packages.

The job bin template has a similar problem, but correctly determines the platform and calls the correct cli depending on the platform.

We should probably do something similar in the packaging script.

beyhan commented 6 months ago

Fixed by https://github.com/cloudfoundry/bosh-google-cpi-release/pull/347