odidev

Results 243 issues of odidev

@jdub, I am trying to use ami-resource in the arm64 machine, but it seems there is no arm64 compatible tag available in the docker hub. It will be helpful if...

Hi, I am working on adding arm64 support to [ymedlop/npm-cache-resource](https://github.com/ymedlop/npm-cache-resource) and release arm64 images. It is using mhart/alpine-node as base image and arm64 tag is not available for alpine-node. I...

Hi Team,   I have been working on building abiosoft/caddy images for both amd64 and arm64 platforms. Although the base image (abiosoft/caddy: builder) is not available for arm64. I have successfully...

Added wheel support for aarch64. Related to #517 .

Hi Team, I am trying to use the **thefactory/zookeeper-exhibitor** image on the arm64 platform but it seems it is not available for arm64. I have successfully built the image using...

Hi Team, I tried testing pysox package on Arm64 architectures but it is generating failure with this assertion error: ``` E AssertionError: OSError not raised /ws/tests/test_transform.py:3252: AssertionError ``` I checked...

Hi Team, I'm interested in adding arm64 support in the ci to this repository. **Is your feature request related to a problem? Please describe.** This repository doesn’t have arm64 testing...

priority:p2
ci-cd
discussion-needed

Hi Team,  I have been working on building jcderr/concourse-kubernetes-resource image for both AMD64 and ARM64 platforms. I have modified the dockerfile to make it compatible with arm64 platform as well. ...

Problem --------- On aarch64, ‘pip install pyflux’ is giving the below error - ``` pyflux/arma/arma_recursions.c: In function ‘__Pyx__ExceptionSave’: pyflux/arma/arma_recursions.c:19331:21: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did...