Skip to content

Commit

Permalink
Revert default env to amd64 arch.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jan 27, 2025
1 parent 3f9acc2 commit 977cd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/general.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# set only CPU_ARCHITECTURE to amd/arm64
# remove if this causes issues on any other platform
# possible values: amd64, arm64
CPU_ARCHITECTURE=arm64
CPU_ARCHITECTURE=amd64
DOCKER_DEFAULT_PLATFORM=linux/${CPU_ARCHITECTURE:-amd64}

0 comments on commit 977cd5c

Please sign in to comment.