Skip to content

Commit

Permalink
Make: Remove conflicting containerd on Arm
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Feb 5, 2025
1 parent 636a22d commit 41e02f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Remove conflicting Containerd
run: sudo apt-get remove -y containerd
- name: Install Docker
run: |
sudo apt-get update
Expand Down

0 comments on commit 41e02f9

Please sign in to comment.