Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docker): properly handle arm(32) and arm64 (grafana#441)
* chore(docker): install Helm from binary Reverts the previous commits attempt to fix Helm on arm32 by using the Alpine package, because as it turns out, there is no alpine package for armhf. Instead, we now use the offical Helm binaries, and `go env GOOS` and `go env GOARCH` to pick the correct one. This should work consistently across all platforms. * fix(docker): use golang:alpine Uses the alpine version of golang consistently across the whole Dockerfile, so no longer need to pull both, the ubuntu and the alpine variant: use golang:alpine Uses the alpine version of golang consistently across the whole Dockerfile, so no longer need to pull both, the ubuntu and the alpine variant * chore(docker): kubectl on arm
- Loading branch information