Skip to content

Commit c695e53

Browse files
Jonathan D.A. Jewellclaude
andcommitted
Start buildkitd daemon for nerdctl build
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 81a51e7 commit c695e53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ghcr-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
sudo mkdir -p /opt/cni/bin
4040
sudo cp /usr/local/libexec/cni/* /opt/cni/bin/ 2>/dev/null || true
4141
42+
# Start buildkitd daemon
43+
sudo /usr/local/bin/buildkitd &
44+
sleep 3
45+
4246
- name: Log in to GHCR
4347
run: |
4448
echo "${{ secrets.GITHUB_TOKEN }}" | sudo nerdctl login ghcr.io -u ${{ github.actor }} --password-stdin

0 commit comments

Comments
 (0)