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 45a115c commit 0a4aa2dCopy full SHA for 0a4aa2d
Makefile
@@ -20,7 +20,7 @@ alpine: alpine-arm
20
# ARM SUPPORT
21
#
22
darwin-arm:
23
- nexe index.js -t darwin-arm64 --build -o kubeopenapi-jsonschema-darwin -r "./node_modules/**/*"
+ nexe index.js -t arm64 --build -o kubeopenapi-jsonschema-darwin -r "./node_modules/**/*"
24
25
linux-arm:
26
nexe index.js -t arm64 --build -o kubeopenapi-jsonschema -r "./node_modules/**/*"
0 commit comments