Skip to content

Commit

Permalink
Update containerd image store.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshbrntt committed Sep 18, 2024
1 parent abda71d commit 942525b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ jobs:
key: build-${{ matrix.target }}-${{ needs.prepare.outputs.short_hash }}
path: build/${{ matrix.target }}

- name: Setup contained image store
run: |
cat /etc/docker/daemon.json | jq '. | .+{"features": {"containerd-snapshotter": true}}' | sudo tee /etc/docker/daemon.json
cat /etc/docker/daemon.json
sudo systemctl restart docker
docker info -f '{{ .DriverStatus }}'
docker info
- name: Build ${{ matrix.target }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 942525b

Please sign in to comment.