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
k8s_deploy don't work on Linux aarch64. Currently the Kustomize binaries supported only are amd64 on both operating systems Linux and MacOS.
Feature requests: what underlying problem are you trying to solve with this feature?
If the the OS is Linux and architecture is aarch64: download and use kustomize_v4.5.3_linux_arm64.tar.gz binary; Otherwise download and use kustomize_v4.5.3_linux_amd64.tar.gz.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
On Mac M1 machine run Ubuntu VM using UTM. After that try to clone the adobe/rules_gitops and run the example:
cd examples
bazel run //helloworld:mynamespace.show
This error will be shown
bazel-out/aarch64-opt-exec-2B5CBBC6/bin/external/kustomize_bin/kustomize: cannot execute binary file: Exec format error
What operating system are you running Bazel on?
Linux Ubuntu 22.04.3 LTS running as virtual machine on Mac M1 machine using UTM.
What's the output of bazel info release?
release 6.4.0
If bazel info release returns "development version" or "(@non-git)", tell us how you built Bazel.
No.
Snippet of the WORKSPACE file that includes rules_gitops rules.
Description of the problem / feature request:
k8s_deploy
don't work on Linux aarch64. Currently theKustomize
binaries supported only areamd64
on both operating systemsLinux
andMacOS
.Feature requests: what underlying problem are you trying to solve with this feature?
If the the OS is
Linux
and architecture isaarch64
: download and usekustomize_v4.5.3_linux_arm64.tar.gz
binary; Otherwise download and usekustomize_v4.5.3_linux_amd64.tar.gz
.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
On Mac M1 machine run Ubuntu VM using UTM. After that try to clone the adobe/rules_gitops and run the example:
This error will be shown
What operating system are you running Bazel on?
Linux Ubuntu 22.04.3 LTS running as virtual machine on Mac M1 machine using UTM.
What's the output of
bazel info release
?release 6.4.0
If
bazel info release
returns "development version" or "(@non-git)", tell us how you built Bazel.No.
Snippet of the
WORKSPACE
file that includes rules_gitops rules.Here it is
Have you found anything relevant by searching the web?
No
Any other information, logs, or outputs that you want to share?
The text was updated successfully, but these errors were encountered: