1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-17 13:18:52 -04:00

Update Dockerfile

This commit is contained in:
2023-01-31 17:36:39 +00:00
parent 62e1d69272
commit 8a456cac48
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -16,6 +16,7 @@ OPTIONS:
-d Use Dockerfile-dev for a git clone build
-b Branch to use (default = master)
-r Destroy and rebuild the buildx environment
-v aprsd version to build
EOF
}
@@ -62,8 +63,9 @@ done
if [ $ALL_PLATFORMS -eq 1 ]
then
PLATFORMS="linux/arm/v7,linux/arm64,linux/amd64"
PLATFORMS="linux/arm64,linux/amd64"
#PLATFORMS="linux/arm/v7,linux/arm/v6,linux/amd64"
#PLATFORMS="linux/arm64"
else
PLATFORMS="linux/amd64"
fi