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

[Bug]: Could not take a packing for mac arm64 on github actions macos12 host #164

Closed
bbonkr opened this issue Dec 11, 2022 · 3 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@bbonkr
Copy link
Owner

bbonkr commented Dec 11, 2022

What happened?

Released mac-arm64 binary is not working.

Environment

  • OS: MacOS 13.0.1 (m1)

Relevant log output

No response

Anything else?

No response

@bbonkr bbonkr added the bug Something isn't working label Dec 11, 2022
@bbonkr bbonkr self-assigned this Dec 11, 2022
@bbonkr
Copy link
Owner Author

bbonkr commented Dec 11, 2022

Try

"mac": {
  // ...
  "target": [
    {
      "target": "default",
      "arch": "universal" // 👈 before ["x64", "arm64"]
    }
  ],
  // ...
}

bbonkr added a commit that referenced this issue Dec 11, 2022
bbonkr added a commit that referenced this issue Dec 11, 2022
…ing-for-mac-arm64-on-github-actions-macos12-host

fix: Release for mac #164
@bbonkr
Copy link
Owner Author

bbonkr commented Dec 11, 2022

universal release works good.

arm64 works on MacBook m1.

스크린샷 2022-12-11 13 15 31

@bbonkr bbonkr closed this as completed Dec 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant