Skip to content
代码片段 群组 项目
未验证 提交 4861f737 编辑于 作者: Jing T's avatar Jing T 提交者: GitHub
浏览文件

create linux arm64 release package

* support for creating linux arm64 artifacts

1) NOTE: workaround for arm64 with pkg via "--no-bytecode --public"

the packaging utilility (pkg) has following issues:

* bytecode generation fails for arm64:
  Warning Failed to make bytecode node16-arm64 for file /snapshot/zap/node_modules/...

  "--no-bytecode" flag is used to skip the bytecode generation

* --no-bytecode flag is broken:
  "Error! --no-bytecode and no source breaks final executable"

  "--public" flag is used as a workaround
  ref: https://github.com/vercel/pkg/issues/1139

2) update mac artifacts to be platform/architecture specific

3) pkg: version bump to pick up codesign error for macOS arm64
上级 1e8c08cc
No related branches found
No related tags found
无相关合并请求
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册