mirror of
https://github.com/danderson/netboot.git
synced 2025-10-17 10:31:28 +02:00
Desperation setting in.
This commit is contained in:
parent
b493824514
commit
675c498324
@ -55,7 +55,7 @@ dockerfile: build-dir
|
||||
|
||||
.PHONY: binary
|
||||
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) \
|
||||
./cmd/$(BINARY)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user