File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ jobs:
169
169
# jq: required by test-templates.sh to determine download URL for nerdctl
170
170
run : |
171
171
set -x
172
- # Github runners seem to have lima installed by brew already; we don't want/need it
172
+ # GitHub runners seem to have lima installed by brew already; we don't want/need it
173
173
time brew uninstall --ignore-dependencies lima colima
174
174
time brew install qemu bash coreutils curl jq
175
175
- name : " Show cache"
Original file line number Diff line number Diff line change 1
1
# Lima roadmap
2
2
3
- Instead of using a static text file, Lima uses the ` roadmap ` label on Github issues to designate features or bug fixes that we plan to implement.
3
+ Instead of using a static text file, Lima uses the ` roadmap ` label on GitHub issues to designate features or bug fixes that we plan to implement.
4
4
5
5
Issues are tagged with the ` roadmap ` label when at least one maintainer or contributor has declared intent to work on or help with the implementation.
6
6
Original file line number Diff line number Diff line change 27
27
my $ipv4 = length $addr ? inet_ntoa($addr ) : " 127.0.0.1" ;
28
28
my $ipv6 = " " ; # todo
29
29
30
- # macOS Github runners seem to use "localhost" as the hostname
30
+ # macOS GitHub runners seem to use "localhost" as the hostname
31
31
if ($ipv4 eq " 127.0.0.1" && $Config {osname } eq " darwin" ) {
32
32
$ipv4 = qx( system_profiler SPNetworkDataType -json | jq -r 'first(.SPNetworkDataType[] | select(.ip_address) | .ip_address) | first') ;
33
33
chomp $ipv4 ;
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ enable = false
182
182
enable = true
183
183
184
184
[[menus .main ]]
185
- name = " Github "
185
+ name = " GitHub "
186
186
url = " https://github.com/lima-vm/lima"
187
187
pre = ' <i class="fab fa-github"></i>'
188
188
You can’t perform that action at this time.
0 commit comments