-
Hello,
I know I could get it by using a matrix. build each platform on its own and then build the manifest (which is what I'm currently doing, just without this action), but from what I understand this action does all that, so if I could use it it would make the action shorter. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I ended up modifying my Dockerfile to not need the |
Beta Was this translation helpful? Give feedback.
-
You can use the built-in arg named |
Beta Was this translation helpful? Give feedback.
You can use the built-in arg named
TARGETPLATFORM
so you don't need to pass anything: https://docs.docker.com/reference/dockerfile/#automatic-platform-args-in-the-global-scope