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 generate_chglog.sh for Apple M1 mac #173

Open
loloicci opened this issue Mar 10, 2022 · 1 comment
Open

fix generate_chglog.sh for Apple M1 mac #173

loloicci opened this issue Mar 10, 2022 · 1 comment

Comments

@loloicci
Copy link
Contributor

loloicci commented Mar 10, 2022

But my system is Apple M1 Pro, so I need to change docker run part like below in the generate_chagnelog.sh.
Please check it works well in other system.

MD="docker run --platform linux/x86_64 -v $(pwd):/workdir quay.io/git-chglog/git-chglog"

Originally posted by @zemyblue in #170 (comment)

In non-M1 mac, it works.

@loloicci
Copy link
Contributor Author

--platform should not be specified here. Instead of this, we issued an error message to get the git-chglog container first.

@loloicci loloicci changed the title fix docker command for Apple M1 mac fix generate_chglog.sh for Apple M1 mac Mar 11, 2022
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

1 participant