Skip to content

Commit 32e2822

Browse files
committed
--build flag
Signed-off-by: leecalcote <[email protected]>
1 parent 4c59708 commit 32e2822

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ alpine: alpine-arm
2020
# ARM SUPPORT
2121
#
2222
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/**/*"
2424

2525
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/**/*"
2727

2828
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/**/*"
3030

3131
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/**/*"
3333

3434
.PHONY: darwin darwin-arm alpine alpine-arm linux linux-arm

0 commit comments

Comments
 (0)