odidev
odidev
I am trying to use concourse-fly-resource docker image over ARM64v8 but it seems it does not have an arm64 supported tag in the [docker hub](https://hub.docker.com/r/troykinsella/concourse-fly-resource/tags?page=1&ordering=last_updated). I have successfully built the...
Added ARM64 support by updating redis-server binary and adding ARM64 checks in related files Signed-off-by: odidev
Add linux aarch64 wheel build support. Related to https://github.com/SublimeCodeIntel/CodeIntel/issues/16
Problem --------- On aarch64, ‘pip install CodeIntel’ builds the wheels from source code and then installs it. It requires the user to have a development environment installed on his system....
The following file has been created : Added **.travis.yml** file to build and push the image for both amd64 and arm64 platforms. Signed-off-by: odidev [email protected]
Hi Team, I am trying to use the **mrsixw/concourse-rsync-resource** image on arm64 platform but it seems it is not available for arm64. I have successfully built the image using the...
Problem --------- On aarch64, ‘pip install ecos’ builds the wheels from source code and then installs it. It requires the user to have a development environment installed on his system....
**Summary** Installing pandocfilters on aarch64/x86 via pip using command "pip3 install pandocfilters" tries to build wheel from source code **Problem description** Pandocfilters doesn't have wheel for aarch64/x86 on PyPI repository....
For testing the Travis build on aarch64 platform, we can replace old `arm64` architecture with `arm64-graviton2` from "travis.yml", as this runs the build for aarch64 platform on AWS graviton2 processor....
Hi Team, I have been working on building Linux/ARM64 docker image for front-end. Buildx is a utility to build and push docker images for both amd64 and arm64 in a...