File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ alpine: alpine-arm
20
20
# ARM SUPPORT
21
21
#
22
22
darwin-arm :
23
- nexe index.js -t darwin-arm64 -o kubeopenapi-jsonschema-darwin -r " ./node_modules/**/*"
23
+ nexe index.js -t darwin-arm64 --build - o kubeopenapi-jsonschema-darwin -r " ./node_modules/**/*"
24
24
25
25
linux-arm :
26
- nexe index.js -t linux-arm64 -o kubeopenapi-jsonschema -r " ./node_modules/**/*"
26
+ nexe index.js -t linux-arm64 --build - o kubeopenapi-jsonschema -r " ./node_modules/**/*"
27
27
28
28
windows-arm :
29
- nexe index.js -t windows-arm64 -o kubeopenapi-jsonschema -r " ./node_modules/**/*"
29
+ nexe index.js -t windows-arm64 --build - o kubeopenapi-jsonschema -r " ./node_modules/**/*"
30
30
31
31
alpine-arm :
32
- nexe index.js -t alpine-arm64 -o kubeopenapi-jsonschema -r " ./node_modules/**/*"
32
+ nexe index.js -t alpine-arm64 --build - o kubeopenapi-jsonschema -r " ./node_modules/**/*"
33
33
34
34
.PHONY : darwin darwin-arm alpine alpine-arm linux linux-arm
You can’t perform that action at this time.
0 commit comments