- Update macos to use ventura
- Update alpine version to 3.22
- 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 assb --cross-compile --target=aarch64-linux-musl
- script bugfix.