Skip to content

Commit

Permalink
Merge pull request #362 from bobh66/fix_make
Browse files Browse the repository at this point in the history
Remove the empty img.build make target & the image.mk include
  • Loading branch information
ulucinar authored Mar 5, 2024
2 parents f043e2e + 712feee commit e2a2297
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ PLATFORMS ?= linux_amd64 linux_arm64
# to run a target until the include commands succeeded.
-include build/makelib/common.mk

# ====================================================================================
# Setup Images

# even though this repo doesn't build images (note the no-op img.build target below),
# some of the init is needed for the cross build container, e.g. setting BUILD_REGISTRY
-include build/makelib/image.mk
img.build:

# ====================================================================================
# Setup Go

Expand Down

0 comments on commit e2a2297

Please sign in to comment.