odidev
odidev
Problem --------- On aarch64, pip install pyfastx builds the wheels from source code and then install it. It requires user to have development environment installed on his system. also, it...
Problem --------- On aarch64, ‘pip install cx-Oracle’ builds the wheels from source code and then installs it. It requires the user to have a development environment installed on his system....
I have seen that the aarch64 wheel is missing in Pypi. User needs to have the development environment installed on his system. It will be useful if the aarch64 wheel...
Hi Team, Pdk binary is used in many docker images (like **puppetlabs/puppet-dev-tools, pdk-docker**), and it is not available for arm64 platform. I have built the binary successfully in arm64 platform...
Added linux aarch64 wheel build support. Related to https://github.com/dbcli/mssql-cli/issues/533, @barbaravaldez Could you please review this PR?
Problem --------- On aarch64, ‘pip install mssql-cli’ builds the wheels from source code and then installs it. It requires the user to have a development environment installed on his system....
On aarch64, `pip install sunpy` build the wheels from source code and then installs it. It requires the user to have a development environment installed on their system. Also, it...
The following file has been created and modified: Added support of buildx in Makefile to build and push the docker image for arm64 and amd64 platforms. Updated .github/workflows/main.yml to build,...
Currently, there are only AMD64 test jobs available on github actions. It will be useful if we add test jobs for ARM64 as well in github actions, as it is...
I have been working on testing velero features on arm64 platform and they are working successfully. Would you be interested in adding ARM64 tests in GitHub Actions using self-hosted arm64...