MChorfa / porter-helm3

porter-helm3
Apache License 2.0
8 stars 10 forks source link

can't build aarch64 due to missing OpenAPIv2 #15

Open squillace opened 4 years ago

squillace commented 4 years ago

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 commented 4 years ago

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

squillace commented 4 years ago

this like will have to pull in by arch: https://github.com/MChorfa/porter-helm3/blob/81bab7e414f1908f9fdffda6c6f8bd325c097e11/pkg/helm3/build.go#L69

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....