Skip to content

Commit da7332d

Browse files
committed
Env var update.
1 parent 8aad84f commit da7332d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

env/general.env

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# any other variables that you may want to use go here
22

33
# 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
4+
# set only CPU_ARCHITECTURE to amd/arm64
5+
# 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

Comments
 (0)