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

quick start error in my mac m1 #2683

Closed
xiao-jay opened this issue May 12, 2022 · 1 comment
Closed

quick start error in my mac m1 #2683

xiao-jay opened this issue May 12, 2022 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@xiao-jay
Copy link
Contributor

What broke? What's expected?

fix this error

Reproducing this issue

when i copy

# download kubebuilder and install locally.
curl -L -o kubebuilder https://go.kubebuilder.io/dl/latest/$(go env GOOS)/$(go env GOARCH)
chmod +x kubebuilder && mv kubebuilder /usr/local/bin/

and pasete in my macbook m1,will get result

➜  ~ # download kubebuilder and install locally.
curl -L -o kubebuilder https://go.kubebuilder.io/dl/latest/$\(go env GOOS)/$(go env GOARCH)
chmod +x kubebuilder && mv kubebuilder /usr/local/bin/

before \(go env GOOS) is different,why will lead this problem.

KubeBuilder (CLI) Version

none

PROJECT version

none

Plugin versions

none

Other versions

No response

Extra Labels

No response

@xiao-jay xiao-jay added the kind/bug Categorizes issue or PR as related to a bug. label May 12, 2022
@camilamacedo86
Copy link
Member

See: #1932

We do not support arm64 yet, using the master branch, you might work around the kustomize issue with kubebuilder init --plugins=kustomize/v2-alpha,base.go.kubebuilder.io/v3 now. But we are still unable to use the env test.

Closing as duplicated of #1932

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants