mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-17 10:31:19 +02:00
chore: repair 'make all'
Target 'binaries' was referencing non-existent `Dockerfile` target, so any `make all` failed. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
This commit is contained in:
parent
9f9acf1f05
commit
7df9ef049c
9
Makefile
9
Makefile
@ -108,12 +108,7 @@ endif
|
||||
endif
|
||||
|
||||
.PHONY: binaries
|
||||
binaries: buildkitd
|
||||
@$(BINDIR)/buildctl --addr $(BUILDKIT_HOST) \
|
||||
build \
|
||||
--output type=local,dest=build \
|
||||
--opt target=$@ \
|
||||
$(COMMON_ARGS)
|
||||
binaries: osctl-linux osctl-darwin
|
||||
|
||||
base: buildkitd
|
||||
@$(BINDIR)/buildctl --addr $(BUILDKIT_HOST) \
|
||||
@ -222,7 +217,7 @@ lint: buildkitd
|
||||
--opt target=$@ \
|
||||
$(COMMON_ARGS)
|
||||
|
||||
.PHONY: osctl-linux-amd64
|
||||
.PHONY: osctl-linux
|
||||
osctl-linux: buildkitd
|
||||
@$(BINDIR)/buildctl --addr $(BUILDKIT_HOST) \
|
||||
build \
|
||||
|
Loading…
x
Reference in New Issue
Block a user