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

concord-parent: support for apple M1 silicon #527

Merged
merged 3 commits into from
Dec 28, 2021
Merged

Conversation

amithkb
Copy link
Contributor

@amithkb amithkb commented Dec 27, 2021

front end maven plugin up - details
docker maven plugin up - details
Node version up - details

mvn build using docker desktop for macos needs following workaround

brew install socat
socat TCP-LISTEN:2375,reuseaddr,fork UNIX-CONNECT:/var/run/docker.sock &
export DOCKER_HOST=tcp://127.0.0.1:2375

@amithkb amithkb requested a review from a team December 27, 2021 14:56
@amithkb amithkb added the wip Work in progress, do not merge label Dec 27, 2021
@amithkb amithkb removed the wip Work in progress, do not merge label Dec 28, 2021
Copy link
Collaborator

@ibodrov ibodrov left a comment

Choose a reason for hiding this comment

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

Nice!

@ibodrov ibodrov merged commit 49fefed into master Dec 28, 2021
@ibodrov ibodrov deleted the apple-m1-support branch December 28, 2021 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants