Skip to content

Commit

Permalink
Revert "add macos-arm64 to releases (#714)"
Browse files Browse the repository at this point in the history
This reverts commit b166650.
  • Loading branch information
pepoviola authored Feb 2, 2023
1 parent 1ffa28b commit 3758a9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions javascript/packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"package": "pkg . -o ../../bins/zombienet",
"package:linux": "pkg . -o ../../bins/zombienet-linux -t node16-linux-x64,node16-linux-arm64",
"package:macos": "pkg . -o ../../bins/zombienet-macos -t node16-macos-x64,node16-macos-arm64"
"package:macos": "pkg . -o ../../bins/zombienet-macos -t node16-macos-x64"
},
"repository": {
"type": "git",
Expand All @@ -28,7 +28,6 @@
],
"targets": [
"node16-macos-x64",
"node16-macos-arm64",
"node16-linux-x64",
"node16-linux-arm64"
]
Expand Down

0 comments on commit 3758a9f

Please sign in to comment.