Skip to content

Commit 45a115c

Browse files
committed
target
Signed-off-by: leecalcote <[email protected]>
1 parent 32e2822 commit 45a115c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ darwin-arm:
2323
nexe index.js -t darwin-arm64 --build -o kubeopenapi-jsonschema-darwin -r "./node_modules/**/*"
2424

2525
linux-arm:
26-
nexe index.js -t linux-arm64 --build -o kubeopenapi-jsonschema -r "./node_modules/**/*"
26+
nexe index.js -t arm64 --build -o kubeopenapi-jsonschema -r "./node_modules/**/*"
2727

2828
windows-arm:
2929
nexe index.js -t windows-arm64 --build -o kubeopenapi-jsonschema -r "./node_modules/**/*"

0 commit comments

Comments
 (0)