You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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.
The text was updated successfully, but these errors were encountered: