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

Add darwin amd64 build tags #4

Merged
merged 1 commit into from
Mar 16, 2018

Conversation

andrewkroh
Copy link
Member

The darwin provider was written and tested for amd64. This adds build tags to match those assumptions about the code. This will ensure that the provider is not register on other darwin architectures. But in my experience only darwin/amd64 is really ever used. macOS doesn't even support 32-bit anymore.

The darwin provider was written and tested for amd64. This adds build tags to match those assumptions about the code. This will ensure that the provider is not register on other darwin architectures. But in my experience only darwin/amd64 is really ever used. macOS doesn't even support 32-bit anymore
@andrewkroh
Copy link
Member Author

andrewkroh commented Mar 16, 2018

@ruflin This fixes your cross-compile issue with darwin/386.

@ruflin ruflin merged commit 9c84201 into elastic:master Mar 16, 2018
@ruflin ruflin mentioned this pull request Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants