Skip to content

Commit

Permalink
Enable containerd-snapshotter
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Dec 4, 2024
1 parent 3ffba5c commit b9122a2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ jobs:
with:
repository: restatedev/sdk-java

- name: Set up Docker containerd snapshotter
uses: crazy-max/ghaction-setup-docker@v3
with:
daemon-config: |
{
"features": {
"containerd-snapshotter": true
}
}
### Download the Restate container image, if needed
# Setup restate snapshot if necessary
# Due to https://github.com/actions/upload-artifact/issues/53
Expand Down

0 comments on commit b9122a2

Please sign in to comment.