-
can you plase add multiarch support / multi_arch_container?
-
Looks like this image only works for amd64 / x86_64. Would be great to have a multi-arch docker image ([as explained here](https://medium.com/@bamnet/building-multiarch-docker-images-8a70002b3476)).
…
-
I am testing out a cluster that uses both arm64 and x64. How would one go about configuring this to serve the proper images depending on what is detected?
I was trying to start as looking how it i…
-
Currently we only support amd64:
```
❯ docker image inspect ghcr.io/zapier/prom-aggregation-gateway:v0.5.0|grep -i arch
"Architecture": "amd64",
```
We should publish arm images as we…
-
[comment]: # (Thanks for reporting a missing feature. Depending on the manpower at hand your feature might take some time until it is implemented. Please stay tuned)
[comment]: # (Alternatively you…
-
Thread 31 "STh" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffb880c640 (LWP 182683)]
__strncpy_ssse3 () at ../sysdeps/x86_64/multiarch/strcpy-ssse3.S:42
42 ../sysdeps/x86_…
-
Could you please provide multiarch containers (docker manifest) for amd64, arm and aarch64? Currently its only amd64.
-
## Expected/Wanted Behavior
The same image should be used by both ARMv8 & X64 architectures (and possibly other ARM types as CI/CD for those permits)
## Actual Behavior
X64 has it's own image, AR…
-
-
BPO | [46446](https://bugs.python.org/issue46446)
--- | :---
Nosy | @kmosiejczuk
PRs | python/cpython#30721
*Note: these values reflect the state of the issue at the time it was migrated and might no…