cosmwasm icon indicating copy to clipboard operation
cosmwasm copied to clipboard

fix generate_chglog.sh for Apple M1 mac

Open loloicci opened this issue 2 years ago • 1 comments

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 https://github.com/line/cosmwasm/issues/170#issuecomment-1063615179

In non-M1 mac, it works.

loloicci avatar Mar 10 '22 03:03 loloicci