adobe / rules_gitops

This repository contains rules for continuous, GitOps driven Kubernetes deployments.
Apache License 2.0
172 stars 43 forks source link

Add support for running Kustomize on Linux ARM64 #176

Closed ysinjab closed 4 months ago

ysinjab commented 5 months ago

Description

Currently the Kustomize binaries supported only are amd64 on both operating systems Linux and MacOS.

I executed the command uname -a by the repository_ctx.execute to get the current architecture. Based on it either kustomize_v4.5.3_linux_arm64.tar.gz or kustomize_v4.5.3_linux_amd64.tar.gz will be downloaded.

Related Issue

https://github.com/adobe/rules_gitops/issues/177

Motivation and Context

Generating manifests on Linux operating systems that run on architecture ARM64

How Has This Been Tested?

It is mentioned here https://github.com/adobe/rules_gitops/issues/177

Types of changes

Checklist: