Skip to content

Instantly share code, notes, and snippets.

@unknown321
unknown321 / build_all_bins_for_armv7l.patch
Last active February 5, 2023 15:01
docker on synology DS218j armv7l synology_armada38x_ds218j
diff --git Makefile Makefile
index 399c7db3a..345c9d9fd 100644
--- Makefile
+++ Makefile
@@ -198,25 +198,25 @@ benchmark: ## run benchmarks tests
FORCE:
define BUILD_BINARY =
-@echo "$(WHALE) $@"
-@go build ${DEBUG_GO_GCFLAGS} ${GO_GCFLAGS} ${GO_BUILD_FLAGS} -o $@ ${GO_LDFLAGS} ${GO_TAGS} ./$<