Skip to content

Commit

Permalink
try running image as root
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedell committed Feb 7, 2025
1 parent f1076ac commit 3b4f3b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-native-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ runs:
run: |
docker run \
--platform linux/arm64/v8 \
--user root \
--memory "12g" \
--cpus "3" \
-d \
Expand Down

0 comments on commit 3b4f3b5

Please sign in to comment.