We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi @sameersbn,
may I check if it's possible to add support for ARM platform? I'm tryint to run it on my Mac M1 and getting this error:
no matching manifest for linux/arm64/v8 in the manifest list entries
Below is docker-compose.yml used:
version: '2' networks: redmine-net: driver: bridge services: db: image: mariadb:10.5.19 restart: always environment: MARIADB_ROOT_PASSWORD: password MARIADB_USER: redmine networks: - redmine-net redmine: image: sameersbn/redmine:5.0.5 restart: always ports: - 8080:8080 networks: - redmine-net volumes: - .redmine:/home/redmine/data env_file: - redmine.config
The text was updated successfully, but these errors were encountered:
Its probably possible, someone would just need to figure out and test the changes to the github build scripts. Pull requests are welcome
Sorry, something went wrong.
arm support would be great :-)
No branches or pull requests
hi @sameersbn,
may I check if it's possible to add support for ARM platform? I'm tryint to run it on my Mac M1 and getting this error:
no matching manifest for linux/arm64/v8 in the manifest list entries
Below is docker-compose.yml used:
The text was updated successfully, but these errors were encountered: