This release is just a convenience release to make a build tool available in the interim until bazel-watcher is back on recurring builds and can be maintained.
The entire delta form the official release v0.25.3 is in PR 697 to that repo. Go there. This is just to make the tool available in that form:
- bazel build //cmd/ibazel --config release && cp bazel-bin/cmd/ibazel/ibazel_/ibazel ibazel_darwin_${GOARCH}`
ibazel_darwin_amd64
: built on a darwin/amd64 boxibazel_darwin_arm64
: built on a darwin/arm64 box
Ultimately, the goal of course is to cross-compile in the current GitHub action
Full Changelog: v0.25.3...v0.25.3.1