containerd / containerd/accelerated-container-image
Support for 32-bit archs?
- Dominant language
- Go
- Stars
- 470
- Forks
- 87
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 5
Description
Hi! I help maintain this in Debian and we build it for i386 and armhf, but got failures:
```
src/github.com/containerd/accelerated-container-image/pkg/snapshot/diskquota/prjquota.go:51:28: math.MaxUint32 (untyped int constant 4294967295) overflows int
```
Maybe the fix is simple? I'm not sure this package is all that relevant on 32-bit archs, but maybe it is...
Thanks,
Simon
Contributor guide
Research direction
Start at src/github.com/containerd/accelerated-container-image/pkg/snapshot/diskquota/prjquota.go:51 and reproduce the reported build failure for i386 and armhf. Check whether this package is expected to support those architectures, then verify that the chosen compatibility change allows both builds without affecting supported platforms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100