Build arm64 zot image #3117
Replies: 3 comments
-
Hi, our makefile uses Now, in the specific case of fips, there's this go enhancement which theoretically does not need C, which I haven't tried and I don't know if it fits in your use case. If you want to use CGO, https://hub.docker.com/_/golang specifies multiple architectures. |
Beta Was this translation helpful? Give feedback.
-
Hi @andaaron, line number 172 have this code: error:
|
Beta Was this translation helpful? Give feedback.
-
https://docs.docker.com/build/building/multi-platform/#build-multi-platform-images |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I'm trying to build arm64 zot image but dockerfile have golang image only supports to amd64. i need arm64 golang image. or any way i can build fips arm64 zot image with -extldflags=-static linked?
Beta Was this translation helpful? Give feedback.
All reactions