Replies: 1 comment 1 reply
-
The variables seem to be the same as what is described in the docs: https://github.com/strimzi/strimzi-kafka-operator/blob/main/development-docs/DEV_GUIDE.md#building-container-images-for-other-platforms-with-docker-buildx ... but I never needed to modify the FROM. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have builded images for arm64 successfully. And I find a problem in the process of building 'strimzi/base'. The command 'make docker_build or make all' will build image for amd64 when using amd64 architecture host for building. So I suggest add '--platform=' argument in its Dockerfile.
For example:
The 'linux/arm64' can be instead by a variable like TARGET_PLATFORM.
Also the environment variables below is needed.
Beta Was this translation helpful? Give feedback.
All reactions