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
🌱 build(tools): make helm and hcloud downloads platform-agnostic (#1635)
build(tools): make helm and hcloud downloads platform-agnostic
Replace hardcoded `linux-amd64` architecture with dynamic `$(go env GOOS)-$(go env GOARCH)` to support multiple platforms and architectures during tool installation.
Signed-off-by: Tomas Dabašinskas <[email protected]>
0 commit comments