We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bb01f commit d56f6daCopy full SHA for d56f6da
1 file changed
dockerbuild.sh
@@ -24,7 +24,7 @@ else
24
dockerfile="docker/linux"
25
fi
26
27
-docker build --no-cache --platform linux/$arch -t $RID -f $dockerfile --build-arg ALPINE_VERSION=$alpineVersion .
+docker build --no-cache --platform linux/$arch -t $RID -f $dockerfile --build-arg ARCH=$arch --build-arg ALPINE_VERSION=$alpineVersion .
28
29
docker run -t --platform linux/$arch -e RID=$RID --name=$RID $RID
30
0 commit comments