We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e4fe06 + 658e409 commit fc4f542Copy full SHA for fc4f542
Makefile
@@ -30,11 +30,16 @@ all build:
30
build-container:
31
${CONTAINER_ENGINE} build -t localhost/source-to-image/s2i:${VERSION} .
32
33
+# Build cross-compiled binaries.
34
+build-cross:
35
+ hack/build-cross.sh
36
+.PHONY: build-cross
37
+
38
# Verify if code is properly organized.
39
#
40
# Example:
41
# make verify
-verify: build
42
+verify: build-cross
43
hack/verify-gofmt.sh
44
hack/verify-deps.sh
45
hack/verify-bash-completion.sh
0 commit comments