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

fix: inso cli via docker issue on Mac M1 [INS-3245] #6717

Merged

Conversation

filfreire
Copy link
Member

@filfreire filfreire commented Oct 24, 2023

changelog(Inso CLI): Added a workaround for running inso docker image on Apple Silicon hosts.

closes INS-3245

Tested locally with Mac M1

How to test

On a Mac with Apple sillicon chip:

  • Download latest inso for linux,curl -LO "https://github.com/Kong/insomnia/releases/download/lib%408.3.0/inso-linux-8.3.0.tar.xz" and save it into packages/insomnia-inso/artifacts/
  • cd packages/insomnia-inso
  • Run DOCKER_BUILDKIT=1 docker build --tag insomnia-inso:temp .
  • Run docker run -it --platform linux/amd64 --rm -v $(pwd):/var/temp insomnia-inso:temp --version, and check if you see output of 8.3.0 without any errors.

@filfreire filfreire requested a review from a team October 24, 2023 11:47
@filfreire filfreire force-pushed the feature/ins-3245-cli-fix-on-mac-m1 branch from 2d8ee6b to 4be2794 Compare October 25, 2023 09:40
@filfreire filfreire enabled auto-merge (squash) October 25, 2023 09:40
@filfreire filfreire force-pushed the feature/ins-3245-cli-fix-on-mac-m1 branch from 4be2794 to 7065b1e Compare October 25, 2023 13:44
@filfreire filfreire merged commit ec32ae9 into Kong:develop Oct 25, 2023
7 checks passed
@filfreire filfreire deleted the feature/ins-3245-cli-fix-on-mac-m1 branch October 25, 2023 13:44
jackkav pushed a commit to jackkav/insomnia that referenced this pull request Nov 24, 2023
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