Skip to content

Commit

Permalink
add specific comment on local testing (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgallotta authored Sep 7, 2023
1 parent 85566d0 commit 9b4e509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local_tests/build-docker-runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -z $RUNTIME ]; then
RUNTIME=python
fi

# Determine architecture, M1 requires arm64 while Intel chip requires amd64
# Determine architecture, M1 requires arm64 while Intel chip requires amd64. If testing with docker on M1, use amd64
if [ -z "$ARCHITECTURE" ]; then
if [ `uname -m` == "arm64" ]; then
ARCHITECTURE=arm64
Expand Down

0 comments on commit 9b4e509

Please sign in to comment.