-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters