You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anyway, that's good for building artifacts taht i include in gh releases or whatever.
it would be super cool to add an output dir flag to zb build so i wouldn't have to backport the stuff that adds the ldflags for commit/builddate.
the goos and goarch already pass through, so i have no problem building for other platforms, but i'd like to be able to specify like --outpattern bin/%name-%GOOS-%GOARCH or something.
it's also very possible that this is doable with no modification, but idk how. perhaps this is just a docs fix.
thanks for your consideration. also i really like zb so far.
The text was updated successfully, but these errors were encountered:
That’s a very interesting feature request. Generally, I prefer to defer to the underlying go command for handling cross platform builds, but I do think there may be a use case here.
i use something like
it's just what i made - idk what i'm doing.
anyway, that's good for building artifacts taht i include in gh releases or whatever.
it would be super cool to add an output dir flag to
zb build
so i wouldn't have to backport the stuff that adds the ldflags for commit/builddate.the goos and goarch already pass through, so i have no problem building for other platforms, but i'd like to be able to specify like
--outpattern bin/%name-%GOOS-%GOARCH
or something.it's also very possible that this is doable with no modification, but idk how. perhaps this is just a docs fix.
thanks for your consideration. also i really like zb so far.
The text was updated successfully, but these errors were encountered: