File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ jobs:
102102 BUILDKIT_PROGRESS : plain
103103 run : |
104104 start-cli init
105+ sudo chown -R runner:docker ~/.startos
105106
106107 echo "🏗️ Building ARM package:"
107108 echo " Build type: ${{ steps.check-dockerfile.outputs.build_type }}"
@@ -320,6 +321,7 @@ jobs:
320321 BUILDKIT_PROGRESS : plain
321322 run : |
322323 start-cli init
324+ sudo chown -R runner:docker ~/.startos
323325
324326 echo "🏗️ Building Intel package:"
325327 echo " Build type: ${{ steps.check-dockerfile.outputs.build_type }}"
@@ -534,6 +536,7 @@ jobs:
534536 BUILDKIT_PROGRESS : plain
535537 run : |
536538 start-cli init
539+ sudo chown -R runner:docker ~/.startos
537540
538541 echo "⚡ Building universal package with MAXIMUM cache optimization:"
539542 echo " Build type: ${{ needs.BuildARM.outputs.build_type }}"
You can’t perform that action at this time.
0 commit comments