odidev
odidev
Added linux aarch64 wheel support. Related to #70. @PyYoshi Please review the changes.
**Problem Description:** On aarch64, pip install cChardet builds the wheels from source code to install it which takes some time to build the wheels than downloading and extracting the wheels...
**Summary** Installing pyodbc on aarch64 via pip using command "pip3 install pyodbc" tries to build wheel from source code. **Problem description** pyodbc doesn't have wheel for aarch64 on PyPI repository....
Hi Team, I am trying to use the **kayrus/docker-elasticsearch-kubernetes** image on arm64 platform but it seems it is not available for arm64. I have successfully built the images using the...
The following files have been modified and added: - In **.circleci/config.yml** added a new job **publish** in order to use buildx to build and push images for both the platforms...
@bboreham As mentioned in this [comment](https://github.com/weaveworks/scope/pull/3537#issuecomment-754679847), I am working on building and pushing scope images. I have created a new dockerfile for scope and did the changes in order to...
Hi Team, I am trying to use tnozicka/openshift-acme on ARM64 architecture but it seems the arm64 tag is not available in Docker Hub. I tried to build the image using...
Hi, I am working on adding support to deploy bohrium Linux AArch64 wheels on PyPI. As a primary step, I am trying to build bohrium/manylinux:latest image using [manylinux.dockerfile](https://github.com/bh107/bohrium/blob/master/package/docker/manylinux.dockerfile). This docker...
Problem --------- On Linux, `pip install pycurl` builds the wheels from source code and then installs it. It requires the user to have a development environment installed on their system....
Add linux aarch64 wheel build support. Related to https://github.com/jmschrei/pomegranate/issues/931 @jmschrei Could you please review this PR?