-
Notifications
You must be signed in to change notification settings - Fork 121
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
Quick Start Fails on Master Branch #288
Comments
Hi @jshlbrd - hope you're doing well! I can confirm that this build error is seemingly exclusive to builds on ARM processors. I'm currently working on a fix (was able to resolve the above, but hitting a different error now). We're planning on hosting precompiled images in the near future to remove the need for users to compile their own images. I'll tag you when either occurs. |
Ahh ARM, makes sense since I'm building on an M1. Thanks for keeping this thing alive! 🫡 |
Fix for ARM compilation: 5c6f776 |
Thanks @phutelmyer! Looks like that solved the ARM build issues. It's failing on pytest, which is a separate issue that I can see is being worked on by @ryanohoro. |
Yup fixed in #291 |
Describe the bug
Step 4 of the quickstart isn't working for me:
This is also in the output:
Steps to reproduce
Steps to reproduce the behavior:
Follow the Quickstart.
Expected behavior
Docker containers build correctly.
Screenshots
N/A
Release
Additional context
Appears that the latest release from December 8th 2022 works correctly.
The text was updated successfully, but these errors were encountered: