-
Notifications
You must be signed in to change notification settings - Fork 20
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
👷 Support Windows #91
Labels
area:build
CD, Kubernetes, on-prem, and local deployments
type:epic
A high level issue that usually consist of smaller tasks and corresponds to some functionality
Milestone
Comments
roma-glushko
added a commit
that referenced
this issue
Feb 4, 2024
roma-glushko
added a commit
that referenced
this issue
Feb 4, 2024
Merged
roma-glushko
added a commit
that referenced
this issue
Feb 12, 2024
### Features - ✨ #117 Allow to load dotenv files (@roma-glushko) ### Improvements - ✨👷 #91 Support for Windows (@roma-glushko) - 👷 #139 Build Glide for OpenBSD and ppc65le, s390x, riscv64 architectures (@roma-glushko) ### Miscellaneous - 👷 #92 Release binaries to Snapcraft (@roma-glushko) - 👷 #123 publish images to DockerHub (@roma-glushko) - 🔧 #136 Migrated all API to Fiber (@roma-glushko) - 👷 #139 Create a image tag with pure version (without distro suffix) (@roma-glushko)
Merged
roma-glushko
added a commit
that referenced
this issue
Feb 22, 2024
## Features - ✨#117 Allow to load dotenv files (@roma-glushko) - ✨ #142: [Lang Chat Router] Ollama Support (@mkrueger12) - ✨ #131: [Lang Chat Router] AWS Bedrock Support (@mkrueger12) ## Improvements - ✨👷#91 Support for Windows (@roma-glushko) - 👷 #139 Build Glide for OpenBSD and ppc65le, s390x, riscv64 architectures (@roma-glushko) ## Miscellaneous - 👷 #92 Release binaries to Snapcraft (@roma-glushko) - 👷 #123 publish images to DockerHub (@roma-glushko) - 🔧 #136 Migrated all API to Fiber (@roma-glushko) - 👷 #139 Create a image tag with pure version (without distro suffix) (@roma-glushko) - 👷 #155 Fixing the dockerhub authorization step in the release workflow (@roma-glushko) - ♻️ #151: Moved specific provider schemas closer to provider's packages (@roma-glushko)
roma-glushko
added a commit
that referenced
this issue
Mar 17, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
roma-glushko
added a commit
that referenced
this issue
Apr 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:build
CD, Kubernetes, on-prem, and local deployments
type:epic
A high level issue that usually consist of smaller tasks and corresponds to some functionality
While working on #9 I have found out that we have an issues with Windows builds. Namely, netpoll library we use as transport for the HTTP API doesn't support Windows and it causes issues in other build configs like riscv64 architectures.
Let's try to use the default transport in OS/architecture pairs that are not supported by netpoll.
Definition of Done
The text was updated successfully, but these errors were encountered: