You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As can be seen in the output, even though --platform=linux/amd64 is specified, the Dockerfile pulls the arm64 version of Builder.
What is the expected behavior?
Successful Docker build
What is the actual behavior?
A build failure with the above exception
Reproduce
Try to build the OTel Collector Docker image on a non-arm64 machine.
It only works fine when supplying the TARGETARCH parameter directly, as in --build-arg="TARGETARCH=amd64" Not entirely sure why it does work for you build system, perhaps because of the type of runner.
The text was updated successfully, but these errors were encountered:
Bug Report
Which version of the demo you are using? (please provide either a specific
#944
Symptom
Docker build is failing after the OTel Collector
Dockerfile
got updatedAs can be seen in the output, even though
--platform=linux/amd64
is specified, the Dockerfile pulls thearm64
version of Builder.What is the expected behavior?
Successful Docker build
What is the actual behavior?
A build failure with the above exception
Reproduce
Try to build the OTel Collector Docker image on a non-arm64 machine.
It only works fine when supplying the
TARGETARCH
parameter directly, as in--build-arg="TARGETARCH=amd64"
Not entirely sure why it does work for you build system, perhaps because of the type of runner.The text was updated successfully, but these errors were encountered: