Do not use —platform flag with constant value in FROM.Documentation Index
Fetch the complete documentation index at: https://tally.wharflab.com/llms.txt
Use this file to discover all available pages before exploring further.
Superseded by buildkit/FromPlatformFlagConstDisallowed, which provides the same check with
improved diagnostics.
Description
Using a hardcoded--platform value in FROM restricts image building to a single target platform. Use $BUILDPLATFORM or similar variables
instead.