Skip to content

Commit b915303

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 <noreply@anthropic.com>
1 parent 75521f2 commit b915303

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ghcr-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
sudo mkdir -p /opt/cni/bin
4747
sudo cp /usr/local/libexec/cni/* /opt/cni/bin/ 2>/dev/null || true
4848
49+
# Start buildkitd daemon
50+
sudo /usr/local/bin/buildkitd &
51+
sleep 3
52+
4953
- name: Log in to GHCR
5054
run: |
5155
echo "${{ secrets.GITHUB_TOKEN }}" | sudo nerdctl login ghcr.io -u ${{ github.actor }} --password-stdin

0 commit comments

Comments
 (0)