-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add macOS support #45
Comments
kindly ping @ktock |
@developer-guy Doesn't it work to run buildg in linux VM on macOS? |
It makes a lot of sense to me, so, may I open another issue for the containerization of the buildg? |
We're willing to create a Dockerfile and use Buildx to containerize building with multi-arch supported |
SGTM, thanks! |
created another issue #46, closing this one. |
We (w/@Dentrax) can use os-matrix to build an artifact suitable for macOS, is it possible to build a
buildg
tool for macOS from a technical standpoint?jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest]
The text was updated successfully, but these errors were encountered: