Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion script/build
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
fi

if [ -z "$2" ]; then
OS_ARCH_ARG=(-arch="386 amd64 arm ppc64le")
OS_ARCH_ARG=(-arch="386 amd64 arm arm64 ppc64le")
else
OS_ARCH_ARG=($2)
fi
Expand Down
2 changes: 1 addition & 1 deletion script/build-docker
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
fi

if [ -z "$2" ]; then
OS_ARCH_ARG=(-arch="386 amd64 arm ppc64le")
OS_ARCH_ARG=(-arch="386 amd64 arm arm64 ppc64le")
else
OS_ARCH_ARG=($2)
fi
Expand Down