Skip to content

Commit 485b044

Browse files
committed
revert platform
1 parent dbeee5a commit 485b044

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 origin
2121
CURRENT_VERSION=$(shell git describe --abbrev=0 --tag) ;\
2222
echo "[+] Pre-generating CHANGELOG for tag: $$CURRENT_VERSION" ;\
23-
docker run -v "${PWD}":/workdir --platform linux/amd64 quay.io/git-chglog/git-chglog:0.15.4 > CHANGELOG.md
23+
docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog:0.15.4 > CHANGELOG.md

0 commit comments

Comments
 (0)