We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aad84f commit da7332dCopy full SHA for da7332d
env/general.env
@@ -1,5 +1,8 @@
1
# any other variables that you may want to use go here
2
3
# This is used to explicitly inform systems that run on Apple silicon to emulate this architecture
4
-# Remove if this causes issues on any other platform
5
-DOCKER_DEFAULT_PLATFORM=linux/amd64
+# set only CPU_ARCHITECTURE to amd/arm64
+# remove if this causes issues on any other platform
6
+# possible values: amd64, arm64
7
+CPU_ARCHITECTURE=amd64
8
+DOCKER_DEFAULT_PLATFORM=linux/${CPU_ARCHITECTURE:-amd64}
0 commit comments