Replies: 1 comment 8 replies
-
I don't think there is any method in buildah to change the I guess you can open a feature request to allow setting |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been happily using podman to create fnproject.io deployments until this week. The issue is that the build is for arm64 (which is my local machine Mac M4) though previously I was building amd64 without doing anything special.
Frankly can't tell what changed except possibly a version upgrade for podman. Is all very perplexing as I don't find any reference to this behavior changing (even if it is version related).
Any recommendations how to set a default build architecture such as you would set with
--platform
since thefn
executable doesn't support passing through parameters like that. It can pass build-args but I've not found anything that will set the build target architecture. Thank you for any advice.Jon-Eric
Beta Was this translation helpful? Give feedback.
All reactions