We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using make all build sucesffully, but they fail to run on arm64
make all
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
The text was updated successfully, but these errors were encountered:
That may be because the FROM images are x86_64 based?
FROM
Sorry, something went wrong.
No branches or pull requests
using
make all
build sucesffully, but they fail to run onarm64
using
Builds and run successfully on
arm64
https://kubernetes.slack.com/archives/C9MBGQJRH/p1640896939340300
This builds the containers
The text was updated successfully, but these errors were encountered: