Building an image on one platform, and tagging it as another. #1150
Unanswered
randomairborne
asked this question in
Q&A
Replies: 1 comment
-
https://docs.docker.com/reference/dockerfile/#from |
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
-
heya! I'm using the build-push-action, and I was wondering if it was possible to run the dockerfile on the host platform, but tag it for another platform? I have a build process that runs on x86_64 (because that's all github gives me), but produces an image which has an aarch64 executable. Does buildx support this?
Beta Was this translation helpful? Give feedback.
All reactions