Skip to content

Commit

Permalink
feat: rename images in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Mar 8, 2023
1 parent 259aa95 commit 6209fd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ binaries: FORCE
hack/binaries

images: FORCE
# moby/buildkit:local and moby/buildkit:local-rootless are created on Docker
hack/images local moby/buildkit
TARGET=rootless hack/images local moby/buildkit
# canonical/buildkit:local and canonical/buildkit:local-rootless are created on Docker
hack/images local canonical/buildkit
TARGET=rootless hack/images local canonical/buildkit

install: FORCE
mkdir -p $(DESTDIR)$(bindir)
Expand Down

0 comments on commit 6209fd1

Please sign in to comment.