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

chore: bake inso-cli on older macos [INS-3931] #7471

Merged
merged 5 commits into from
Jun 4, 2024

Conversation

filfreire
Copy link
Member

@filfreire filfreire commented May 31, 2024

Context: macos-latest now defaults to macos-14 that uses apple sillicon. When we bake inso cli on apple sillicon we screw compatibility with all other macos versions that run on intel.

In a follow-up PR we can do something similar for ubuntu

Closes INS-3931

Tested in https://github.com/Kong/insomnia/releases/tag/v9.3.0-alpha.0-experimental

Related pr - #7469 where we tested this

image

@filfreire filfreire requested a review from gatzjames May 31, 2024 10:47
@filfreire filfreire force-pushed the chore/force-older-macos-on-release branch from 6fbcc71 to 876dbd5 Compare May 31, 2024 13:01
Copy link
Contributor

@jackkav jackkav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this make an additional artifact?
if so with macos-13 build run on latest?
if thats true, then should we use oldest stable ubuntu build as well to satisfy that crowd?

@filfreire
Copy link
Member Author

@jackkav

  • this one would make an additional inso-cli artifact
  • macos-13 is its own build, macos-latest is currently macos-14 (which runs on Apple sillicon)
  • ubuntu - we could do it for Insomnia.app in a separate PR perhaps

@jackkav
Copy link
Contributor

jackkav commented Jun 3, 2024

Is there a reason it needs to also run the macos-14 build? Its not good to support multiple builds when one will suffice. Makes things less intuitive.

@filfreire
Copy link
Member Author

@jackkav we can make it macos-13 only as its better for compatibility

@filfreire filfreire force-pushed the chore/force-older-macos-on-release branch from 4fa9ece to dcd6f2b Compare June 3, 2024 14:02
.github/workflows/release-start.yml Outdated Show resolved Hide resolved
.github/workflows/release-start.yml Show resolved Hide resolved
@filfreire filfreire requested review from jackkav and a team June 3, 2024 14:13
@jackkav jackkav merged commit 6b45828 into develop Jun 4, 2024
7 checks passed
@jackkav jackkav deleted the chore/force-older-macos-on-release branch June 4, 2024 13:32
saisatishkarra pushed a commit that referenced this pull request Jun 5, 2024
* chore: bake inso-cli on older macos [INS-3931]

* send PKG_NAME var for macos builds

* macos-13 only

* Revert "send PKG_NAME var for macos builds"

This reverts commit dcd6f2b.

* Update .github/workflows/release-start.yml
stefancruz pushed a commit to stefancruz/insomnia that referenced this pull request Jun 30, 2024
* chore: bake inso-cli on older macos [INS-3931]

* send PKG_NAME var for macos builds

* macos-13 only

* Revert "send PKG_NAME var for macos builds"

This reverts commit dcd6f2b.

* Update .github/workflows/release-start.yml
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