odidev

Results 245 issues of odidev

I tried testing **spark-nlp** package on **aarch64** architectures but it is generating errors and it is successfully passing for x86. On discussion with the maintainer of spark-nlp, found out there...

On aarch64, ‘pip install virgil-crypto-lib’ gives the following error: ``` ERROR: Could not find a version that satisfies the requirement virgil-crypto-lib (from versions: none) ERROR: No matching distribution found for...

Add support to create a single hadoop-lzo jar for x86 and aarch64 both platforms. - linux_multiarch profile added in pom.xml to cross-compile aarch64 on x86 and to create a single...

Hi Team,     I have been working on building splunk/universalforwarder image for both amd64 and arm64 platforms and I have successfully built all the images for both the platform. Although, the...

Hi Team,   I have been working on building gluster/gluster-containers images for both amd64 and arm64 platforms. I have Successfully modified the dockerfile to make it compatible with arm64 platform and...

Hi Team, I am working with concourse/github-release-resource on Linux/ARM64 platform. “**[concourse/github-release-resource](https://hub.docker.com/r/concourse/github-release-resourcel)**” docker image is currently available for Linux/AMD64. It will be helpful if it gets available for the Linux/ARM64 as...

@xtremerui, As per the discussion in https://github.com/concourse/docker-image-resource/issues/324#issuecomment-772465460, I have built both **golang-builder** and **registry-image-resource** images with base-image as **ubuntu:bionic** and uploaded them to my repo in docker hub. **registry-image-resource:** https://hub.docker.com/repository/docker/odidev/registry-image-resource...

enhancement
help wanted

The following file has been created and modified: Added .github/workflows/build.yml to build and push the images for amd64,arm64, and armv7 on docker hub using buildx. Updated Dockerfile to add support...

Hi Team, I am trying to use **goharbor/harbor-arm** on ARM64 architecture but it seems ARM64 tag is not available in Docker Hub for the same. I have raised an issue...

The following file has been created and modified: Added .github/workflows/ci.yml file to build and push the image for both amd64 and arm64 platforms. Dockerfile: Base image is updated from node:0.12-onbuild...