Skip to content
Snippets Groups Projects
Commit c0ed8ac3 authored by Alex Ellis's avatar Alex Ellis
Browse files

Add support for ARM64


This patch also removes the need for a separate ARM64 Dockerfile.
It has been tested on an Odroid-C2.

Signed-off-by: default avatarAlex Ellis <alexellis2@gmail.com>
parent d3b31305
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,8 @@ if [ "$arch" = "armv7l" ] ; then
GOARM="7"
elif [ "$arch" = "aarch64" ] ; then
arch="arm64"
dockerfile="Dockerfile.arm64"
dockerfile="Dockerfile"
eTAG="latest-arm64-dev"
GOARM="8"
fi
echo "$1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment