Skip to content
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

Closed
developer-guy opened this issue Jul 4, 2022 · 6 comments
Closed

add macOS support #45

developer-guy opened this issue Jul 4, 2022 · 6 comments
Labels
enhancement New feature or request help wanted Extra attention is needed platform/macOS

Comments

@developer-guy
Copy link
Contributor

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]
@developer-guy
Copy link
Contributor Author

kindly ping @ktock

@ktock
Copy link
Owner

ktock commented Jul 4, 2022

@developer-guy Doesn't it work to run buildg in linux VM on macOS?
SGTM about native support for macOS but buildg is based on BuildKit so we first need to fix BuildKit to support macOS.
Another possible (and easier) approach might be containerizing buildg. This might provide easier setup for macOS+Docker or lima users.

@ktock ktock added platform/macOS help wanted Extra attention is needed enhancement New feature or request labels Jul 4, 2022
@developer-guy
Copy link
Contributor Author

It makes a lot of sense to me, so, may I open another issue for the containerization of the buildg?

@developer-guy
Copy link
Contributor Author

We're willing to create a Dockerfile and use Buildx to containerize building with multi-arch supported

@ktock
Copy link
Owner

ktock commented Jul 4, 2022

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!

@developer-guy
Copy link
Contributor Author

created another issue #46, closing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed platform/macOS
Projects
None yet
Development

No branches or pull requests

2 participants