Skip to content

Commit aaa54ec

Browse files
ericpromislowmattfarina
authored andcommitted
Once again, most executables live in PLATFORM/bin.
Signed-off-by: Eric Promislow <[email protected]> (cherry picked from commit 669a54d)
1 parent 95354cb commit aaa54ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/resources.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import memoize from 'lodash/memoize';
55

66
const adjustNameWithDir: Record<string, string> = {
77
docker: path.join('bin', 'docker'),
8+
'docker-buildx': path.join('bin', 'docker-buildx'),
89
'docker-compose': path.join('bin', 'docker-compose'),
910
helm: path.join('bin', 'helm'),
1011
kubectl: path.join('bin', 'kubectl'),

0 commit comments

Comments
 (0)