Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAnno committed Nov 13, 2024
1 parent 445029b commit e9a1800
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
echo $DOCKER_HOST
docker info || sudo docker info
if [ "${{ matrix.platform }}" = "linux/arm64" ]; then
sudo apt-get install -y acl
sudo setfacl --modify user:$(id -u):rw /var/run/docker.sock
Expand Down

0 comments on commit e9a1800

Please sign in to comment.