Skip to content

Commit

Permalink
Merge pull request #117 from douglascamata/fix-makefile
Browse files Browse the repository at this point in the history
Put back git index check in the Makefile
  • Loading branch information
matej-g authored Jun 15, 2023
2 parents 89ba95d + 3313e02 commit 229ac27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
vendor
jsonnetfile.lock.json
tmp
.buildxcache
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ clean:

.PHONY: container-build
container-build:
# git update-index --refresh
git update-index --refresh
docker buildx build \
--platform linux/amd64,linux/arm64 \
--cache-to type=local,dest=./.buildxcache/ \
Expand Down

0 comments on commit 229ac27

Please sign in to comment.