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
Was able to pull backend 1.0.1 but not the frontend 1.0.1 version, failing when trying to start on M1 macbook
kubectl logs frontend gives me the following error exec /bin/frontend: exec format error
kubectl logs frontend
temp fix: download source code cd frontend docker build
cd frontend
docker image inspect, ensure it is arm64
docker push to my own registry
specify it in my manifests folder frontend deployment yaml
success :)
The text was updated successfully, but these errors were encountered:
Hi @StanfordLin sorry about that. I need to rebuild that image for multi-arch.
Sorry, something went wrong.
No branches or pull requests
Was able to pull backend 1.0.1 but not the frontend 1.0.1 version, failing when trying to start on M1 macbook
kubectl logs frontend
gives me the following errorexec /bin/frontend: exec format error
temp fix:
download source code
cd frontend
docker build
docker image inspect, ensure it is arm64
docker push to my own registry
specify it in my manifests folder frontend deployment yaml
success :)
The text was updated successfully, but these errors were encountered: