Skip to content

Commit 5f2b35a

Browse files
committed
Make: Docker permissions for cross-compilation
1 parent 043dec5 commit 5f2b35a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ jobs:
251251
sudo apt-get update
252252
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
253253
sudo systemctl start docker
254+
sudo chmod 666 /var/run/docker.sock
254255
docker version
255256
- name: Install Python
256257
uses: actions/setup-python@v5

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
sudo apt-get update
123123
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
124124
sudo systemctl start docker
125+
sudo chmod 666 /var/run/docker.sock
125126
docker version
126127
- name: Install Python
127128
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)