We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e2822 commit 45a115cCopy full SHA for 45a115c
Makefile
@@ -23,7 +23,7 @@ darwin-arm:
23
nexe index.js -t darwin-arm64 --build -o kubeopenapi-jsonschema-darwin -r "./node_modules/**/*"
24
25
linux-arm:
26
- nexe index.js -t linux-arm64 --build -o kubeopenapi-jsonschema -r "./node_modules/**/*"
+ nexe index.js -t arm64 --build -o kubeopenapi-jsonschema -r "./node_modules/**/*"
27
28
windows-arm:
29
nexe index.js -t windows-arm64 --build -o kubeopenapi-jsonschema -r "./node_modules/**/*"
0 commit comments