Commit dbbd26c 1 parent 0f42b17 commit dbbd26c Copy full SHA for dbbd26c
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 50
50
51
51
# building local image to "cache" installed dependencies for subsequent builds
52
52
docker buildx build \
53
+ --platform " $docker_platform " \
53
54
" ${extra_build_args[@]} " \
54
55
--cache-from " type=registry,ref=${docker_tag} " \
55
56
--cache-from " type=registry,ref=${default_branch_tag} " \
56
- --platform " $docker_platform " \
57
57
-t " $docker_tag " \
58
58
--build-arg ARCH=" $ARCH " \
59
59
--build-arg CMAKE_ARCH=" $CMAKE_ARCH " \
@@ -71,6 +71,7 @@ if [ -t 0 ]; then tty_args+=("-t"); fi
71
71
# of course, this only works reliably if you don't run this script from that directory
72
72
# but it's still not the worst idea to do so
73
73
docker run \
74
+ --platform " $docker_platform " \
74
75
--rm \
75
76
-i \
76
77
" ${tty_args[@]} " \
You can’t perform that action at this time.
0 commit comments