x86-64 binaries in the arm64 image #803
Labels
bug
This issue describes a defect or unexpected behavior
carvel-accepted
This issue should be considered for future work and that the triage process has been completed
What steps did you take:
In an effort to learn more about Carvel tools, I wanted to deploy kapp-controller to my raspberry pi cluster running k0s. I found that initial arm64 support was merged into the
develop
branch last month based on the work done in #680. I forked this repository and created a tag with the cherry-picked commits included so I could build an image that works for my cluster.What happened:
The build process (in it's current form in
develop
) does not produce a kapp-controller binary that is arm64. Here's a peak inside the container:What did you expect:
I expected arm64 image to contain arm64 compatible binaries when using the
develop
branchAnything else you would like to add:
I will follow up this issue with a PR shortly since the problem is directly related to a typo in the Dockerfile.
Environment:
kubectl get deployment -n kapp-controller kapp-controller -o yaml
and the annotation iskbld.k14s.io/images
):kubectl version
)Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: