Replies: 1 comment
-
Not really since it needs those both so that container implementations can use x or y depending on the architecture. If you’re wanting to have one image to support both, this action isn’t for you since you can just use the —-platforms argument in docker buildx build. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title suggests, when we configure an action as shown below:
It successfully creates the
namespace/image
withamd64
andarm64
support. However, it also leaves the separate imagesnamespace/image:latest-amd64
andnamespace/image:latest-arm64
intact. Is there a way to have these intermediate images removed automatically?Beta Was this translation helpful? Give feedback.
All reactions