Skip to content

Commit 5b025f7

Browse files
authored
Merge pull request #2488 from Gedochao/maintenance/login-aarch64-docker
Ensure docker is logged in on the M1 CI
2 parents 8c771bf + 7baeadf commit 5b025f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/build-linux-aarch64.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ chmod +x utils/cs
1111

1212
cp "$DIR/build-linux-aarch64-from-docker.sh" utils/
1313

14+
docker login --username "$DOCKERHUB_USERNAME" --password "$DOCKERHUB_TOKEN"
1415
docker run $(if test -t 1; then echo "-it"; fi) --rm \
1516
--volume "$(pwd):/data" \
1617
-w /data \

0 commit comments

Comments
 (0)