You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that as of golang 1.15, the arch support for darwin/386 was removed (golang/go#37610)
Documentation does not indicate the golang version it has been tested with.
We need to document the golang version that the code and build process has been tested with and/or update the build scripts to not build for arch darwin/386
The build scripts match what is in the GCP and Azure plugins, which do contain "darwin/386". The build process used to build Vault, which pulls in the plugins and builds them is setting up the arch differently than how it defaults when called by make.
Another, simpler workaround is to run make dev which will build the binary for your local architecture and will skip all of the others, including the problematic darwin/386 arch.
It appears that as of golang 1.15, the arch support for
darwin/386
was removed (golang/go#37610)Documentation does not indicate the golang version it has been tested with.
We need to document the golang version that the code and build process has been tested with and/or update the build scripts to not build for arch
darwin/386
Build Output:
The text was updated successfully, but these errors were encountered: