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.
2 parents 7c8dfc1 + d2ba7cb commit 3aa6c75Copy full SHA for 3aa6c75
.github/scripts/build-linux-aarch64.sh
@@ -11,7 +11,6 @@ chmod +x utils/cs
11
12
cp "$DIR/build-linux-aarch64-from-docker.sh" utils/
13
14
-docker login --username "$DOCKERHUB_USERNAME" --password "$DOCKERHUB_TOKEN"
15
docker run $(if test -t 1; then echo "-it"; fi) --rm \
16
--volume "$(pwd):/data" \
17
-w /data \
0 commit comments