Skip to content

v0.6.4

Latest
Compare
Choose a tag to compare
@zw963 zw963 released this 22 Sep 18:02
  1. Update macos to use ventura
  2. Update alpine version to 3.22
  3. Build target now support amd64 arm64 amd64-mac arm64-mac as target name.
    You don't need add --cross-compile, sb script will added for you if necessary.
    e.g. for build a arm64 binary:
    sb --target=arm64 is same as sb --cross-compile --target=aarch64-linux-musl
  4. script bugfix.