diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..99f1a857 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +local: + docker build -t jonasbn/github-action-spellcheck:local . + +latest: + docker build -t jonasbn/github-action-spellcheck:latest . + +latest-amd64: + docker build --platform linux/amd64 -t jonasbn/github-action-spellcheck:latest-amd64 .