Skip to content

Commit c3f87c8

Browse files
committed
add chown for the dev key
1 parent f34b715 commit c3f87c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/buildService.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)