Skip to content

Release v0.2.4

Choose a tag to compare

@github-actions github-actions released this 27 Nov 07:30
· 2 commits to main since this release
build(workflow): 禁用CGO编译以支持跨平台构建

- 在Linux amd64构建命令中添加CGO_ENABLED=0
- 在Windows amd64构建命令中添加CGO_ENABLED=0
- 在macOS amd64构建命令中添加CGO_ENABLED=0
- 在macOS arm64构建命令中添加CGO_ENABLED=0
- 移除创建Github Release的相关配置