mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-17 13:18:52 -04:00
Update Dockerfile
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user