Skip to content

Commit

Permalink
Add make target
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
Jacob Woffenden authored Jun 12, 2024
1 parent 01f2043 commit cb28113
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ build:
echo "Building on $$ARCH architecture"; \
docker build --file Dockerfile --tag $(IMAGE_NAME) . ;; \
esac

ct:
ct lint --charts chart

0 comments on commit cb28113

Please sign in to comment.