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

can't build aarch64 due to missing OpenAPIv2 #15

Open
squillace opened this issue Oct 25, 2020 · 2 comments
Open

can't build aarch64 due to missing OpenAPIv2 #15

squillace opened this issue Oct 25, 2020 · 2 comments

Comments

@squillace
Copy link

git clone
make build

github.com/MChorfa/porter-helm3/pkg/helm3 imports
        k8s.io/client-go/kubernetes imports
        k8s.io/client-go/discovery imports
        github.com/googleapis/gnostic/OpenAPIv2: module github.com/googleapis/gnostic@latest found (v0.5.3), but does not contain package github.com/googleapis/gnostic/OpenAPIv2
make: *** [Makefile:46: generate] Error 1

Either I'd like to build it, or you can cross-build and push a release for ARM64?

pinebook pro
Manjaro ARM
go version go1.15.2 linux/arm64

@MChorfa
Copy link
Owner

MChorfa commented Oct 25, 2020

Done: https://github.com/MChorfa/porter-helm3/releases/tag/v0.1.12
@squillace Please let me know if this release works for you

@squillace
Copy link
Author

this like will have to pull in by arch:

fmt.Fprintf(m.Out, "\nRUN curl https://get.helm.sh/helm-%s-linux-amd64.tar.gz --output helm3.tar.gz", m.HelmClientVersion)

otherwise the mixin binary is arch64 but not helm3. :-) No hurry. Was checking to see how far I could go on porter on aarch64 -- really, really far. I'm building and running stuff on it now....

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

2 participants