Skip to content

Commit

Permalink
Env var update.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Dec 16, 2024
1 parent 8aad84f commit da7332d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions env/general.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# any other variables that you may want to use go here

# This is used to explicitly inform systems that run on Apple silicon to emulate this architecture
# Remove if this causes issues on any other platform
DOCKER_DEFAULT_PLATFORM=linux/amd64
# set only CPU_ARCHITECTURE to amd/arm64
# remove if this causes issues on any other platform
# possible values: amd64, arm64
CPU_ARCHITECTURE=amd64
DOCKER_DEFAULT_PLATFORM=linux/${CPU_ARCHITECTURE:-amd64}

0 comments on commit da7332d

Please sign in to comment.