If developing and deploying on Ubuntu, do I need to specify amd64? #520
viktorsmari
started this conversation in
General
Replies: 1 comment
-
I believe multiarch is enabled by default, so it assumes everyone wants to support both |
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
-
From the documentation, it says:
"If you’re developing on the same architecture as the one you’re deploying on, you can speed up the build by forgoing both multi-arch and remote building"
My Ubuntu is running on
amd64
according todpkg --print-architecture
Do I also need to add the
local: arch: amd64
? in theconfig/deploy.yml
:Does Kamal detect which architecture I am using, or does it always assume everyone is using
arm64
?Beta Was this translation helpful? Give feedback.
All reactions