Skip to content

Commit 0a4aa2d

Browse files
committed
arm64
Signed-off-by: leecalcote <[email protected]>
1 parent 45a115c commit 0a4aa2d

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
@@ -20,7 +20,7 @@ alpine: alpine-arm
2020
# ARM SUPPORT
2121
#
2222
darwin-arm:
23-
nexe index.js -t darwin-arm64 --build -o kubeopenapi-jsonschema-darwin -r "./node_modules/**/*"
23+
nexe index.js -t arm64 --build -o kubeopenapi-jsonschema-darwin -r "./node_modules/**/*"
2424

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

0 commit comments

Comments
 (0)