Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make kustomize failed on s390x and aarch64 #323

Closed
BbolroC opened this issue Jan 16, 2024 · 0 comments · Fixed by #324
Closed

make kustomize failed on s390x and aarch64 #323

BbolroC opened this issue Jan 16, 2024 · 0 comments · Fixed by #324

Comments

@BbolroC
Copy link
Member

BbolroC commented Jan 16, 2024

Describe the bug
make kustomize fails on s390x and aarch64 with a version v3.8.7 with the following error messages:

  • aarch64

    Version v3.8.7 does not exist for darwin/arm64, trying darwin/amd64 instead.
    
  • s390x

    Version v3.8.7 does not exist or is not available for linux/s390x.
    

The version of interest was released on Nov 12, 2020 and only amd64 and arm are available. Given that the latest version is v5.3.0, it looks like we need an update for that version.

BbolroC added a commit to BbolroC/cc-operator that referenced this issue Jan 16, 2024
The current kustomize version used in Makefile (v3.8.7) was released
on Nov, 2020 and does not support aarch64, ppc64le and s390x.

This is to bump the version to the latest.

Fixes: confidential-containers#323

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant