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

Getting error while "make up" in MAC #48

Open
hmfaoruq opened this issue Sep 30, 2023 · 1 comment
Open

Getting error while "make up" in MAC #48

hmfaoruq opened this issue Sep 30, 2023 · 1 comment

Comments

@hmfaoruq
Copy link

Getting below error while making on MAC M2

Installing collected packages: splunk-sdk, urllib3, python-dotenv, idna, charset-normalizer, certifi, requests
Successfully installed certifi-2023.7.22 charset-normalizer-3.2.0 idna-3.4 python-dotenv-1.0.0 requests-2.31.0 splunk-sdk-1.7.4 urllib3-2.0.5
[+] Running 0/1
⠧ splunk Pulling 3.7s
no matching manifest for linux/arm64/v8 in the manifest list entries
make: *** [up] Error 18

@r48patel
Copy link

As a temporary solution, I ended up adding platform: linux/x86_64 in the docker-compose.yml

version: '3.6'

services:
    splunk:
        platform: linux/x86_64
        image: "splunk/splunk:latest"
...

Hope that helps.

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

No branches or pull requests

2 participants