Skip to content

Commit

Permalink
attempt to debug nerdctl
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed May 7, 2024
1 parent f0e6ad6 commit 18d6ba1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 387 deletions.
10 changes: 10 additions & 0 deletions .github/actions/nerdctl/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ runs:
steps:
- run: brew install lima
shell: bash
- run: file $(which bash)
shell: bash
- run: uname -rsm
shell: bash
- run: which limactl
shell: bash
- run: file $(which limactl)
shell: bash
- run: sysctl sysctl.proc_translated
shell: bash
- run: limactl start default
shell: bash
- run: echo "ENV_DOCKER=nerdctl.lima" >>"${GITHUB_ENV}"
Expand Down
Loading

0 comments on commit 18d6ba1

Please sign in to comment.