otterize / network-mapper

Map Kubernetes traffic: in-cluster, to the Internet, and to AWS IAM and export as text, intents, or an image
Apache License 2.0
612 stars 23 forks source link

Use $BUILDPLATFORM in Dockerfile #205

Closed orishavit closed 6 months ago

orishavit commented 6 months ago

Description

User $BUILDPLATFORM in build stage in Dockerfile: This will cause the builder image to be arm64 on Macs, and amd64 on CI and other environments.

Not cross-compiling arm64->amd64 on macs is significantly faster. The resulting images are without change.

References

https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/