Skip to content

Commit 678c435

Browse files
committed
platform
1 parent 1e47e79 commit 678c435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ changelog:
2020
git fetch --tags upstream
2121
CURRENT_VERSION=$(shell git describe --abbrev=0 --tag) ;\
2222
echo "[+] Pre-generating CHANGELOG for tag: $$CURRENT_VERSION" ;\
23-
docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog:0.15.4 > CHANGELOG.md
23+
docker run -v "${PWD}":/workdir --platform linux/amd64 quay.io/git-chglog/git-chglog:0.15.4 > CHANGELOG.md

0 commit comments

Comments
 (0)