Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GOARCH value for arm32 bit. #449

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cverna
Copy link

@cverna cverna commented Aug 27, 2021

For arm32 bit we need to use the GOARCH[1] specification

and replace armhfp by arm otherwise client using the
container registry manifest list feature will not be able
to pull arm32 bit images.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1997789

[1] - https://golang.org/doc/install/source#environment

Signed-off-by: Clement Verna cverna@tutanota.com

For arm32 bit we need to use the GOARCH[1] specification

and replace armhfp by arm otherwise client using the
container registry manifest list feature will not be able
to pull arm32 bit images.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1997789

[1] - https://golang.org/doc/install/source#environment

Signed-off-by: Clement Verna <cverna@tutanota.com>
@cverna
Copy link
Author

cverna commented Aug 27, 2021

Actually https://github.com/redhat-imaging/imagefactory/pull/434/files seems better but it was not merged :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant