Skip to content

Commit

Permalink
feat(make): Add BUILDX_BUILDER argument
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVoogsgerd committed Oct 28, 2024
1 parent 83b1a8c commit beca5a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ ifeq ($(FORCE),1)
BUILDX_ARGS += --no-cache
endif

# The binaries we can build in either debug or release mode
ifdef BUILDX_BUILDER
BUILDX_ARGS += --builder $(BUILDX_BUILDER)
endif

# Universal targets
.PHONY: all
all: $(WORKSPACE_MEMBERS)
Expand Down

0 comments on commit beca5a1

Please sign in to comment.