mirror of
https://github.com/danderson/netboot.git
synced 2025-12-19 08:21:22 +01:00
Desperation setting in.
This commit is contained in:
parent
b493824514
commit
675c498324
@ -55,7 +55,7 @@ dockerfile: build-dir
|
|||||||
|
|
||||||
.PHONY: binary
|
.PHONY: binary
|
||||||
binary: build-dir
|
binary: build-dir
|
||||||
CGO_ENABLED=0 GOOS=linux GOARCH=$(GOARCH) GOARM=6 GO111MODULE=on \
|
GO111MODULE=on CGO_ENABLED=0 GOOS=linux GOARCH=$(GOARCH) GOARM=6 \
|
||||||
$(GOCMD) build -o $(BUILD_DIR)/$(BINARY) \
|
$(GOCMD) build -o $(BUILD_DIR)/$(BINARY) \
|
||||||
./cmd/$(BINARY)
|
./cmd/$(BINARY)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user