mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 18:26:39 +02:00
11 lines
234 B
Diff
11 lines
234 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -39,7 +39,7 @@
|
|
|
|
.PHONY: bin
|
|
bin:
|
|
- CGO_ENABLED=0 GO111MODULE=on go build ${BUILD_FLAGS} -o kompose main.go
|
|
+ GO111MODULE=on go build ${BUILD_FLAGS} -o kompose main.go
|
|
|
|
.PHONY: install
|
|
install:
|