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

Build works but execution fails on arm64 #1410

Open
darkedges opened this issue Dec 30, 2021 · 1 comment
Open

Build works but execution fails on arm64 #1410

darkedges opened this issue Dec 30, 2021 · 1 comment

Comments

@darkedges
Copy link

using make all build sucesffully, but they fail to run on arm64

using

CGO_ENABLED=0 make all

Builds and run successfully on arm64

https://kubernetes.slack.com/archives/C9MBGQJRH/p1640896939340300

This builds the containers

docker build . -f docker/foghorn/Dockerfile -t ghcr.io/jenkins-x/lighthouse-foghorn:1.5.4
docker build . -f docker/gc/Dockerfile -t ghcr.io/jenkins-x/lighthouse-gc-jobs:1.5.4
docker build . -f docker/keeper/Dockerfile -t ghcr.io/jenkins-x/lighthouse-keeper:1.5.4
docker build . -f docker/tekton/Dockerfile -t ghcr.io/jenkins-x/lighthouse-tekton-controller:1.5.4
docker build . -f docker/webhooks/Dockerfile -t ghcr.io/jenkins-x/lighthouse-webhooks:1.5.4
@keskad
Copy link

keskad commented Feb 22, 2022

That may be because the FROM images are x86_64 based?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants