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

Fixes #1497 #1498 Skip build of darwin/arm and pass correct parameter to sips #1500

Closed
wants to merge 2 commits into from

Conversation

MagicalTux
Copy link
Contributor

Description:

Fixes #1497 #1498: Skip build of darwin/arm and pass correct parameter to sips

Note that I haven't been able to test this due to the way go modules work. I'm not sure how to get this to work locally, and I am not sure if removing darwin/arm has any impact on anything else.

Checklist:

  • Tests included.
  • Lint and formatter run with no errors.
  • Tests all pass.

@andydotxyz
Copy link
Member

Thanks so much for looking into this. Unfortunately the arm fix needs a bigger change as the allArchs is iterated to get the architecture list. Additionally "arm" is used in bind.go to look up package configuration.

If you don't mind I would suggest you strip this back to the sips fix which is great and I can open a bigger PR for the arch fix which you could then help us test?

@MagicalTux MagicalTux closed this Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants