Skip to content

Commit

Permalink
Initial revision
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jul 17, 2024
1 parent 5922d6e commit ce97a6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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 .

0 comments on commit ce97a6f

Please sign in to comment.