summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker-distribution/files/0001-s3-aws-fix-build-for-386.patch
Commit message (Collapse)AuthorAgeFilesLines
* docker-distribution: fix build for 386Chen Qi2025-07-071-0/+45
The build error could be reproduced by using qemux86 as the MACHINE or using qemux86-64 as the MACHINE and then running 'bitbake lib32-docker-distribution'. The root cause is the wrong file (s3_64bit.go) is imported. Fix the tag matching to ensure s3_32bit.go is imported in case of 386. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>