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.
1 parent 3633cd5 commit b62f887Copy full SHA for b62f887
Makefile
@@ -481,7 +481,9 @@ podman-testing: bin/podman-testing
481
generate-bindings: .install.golangci-lint
482
$(GOCMD) generate ./pkg/bindings/... ;
483
484
-# DO NOT USE: use local-cross instead
+# Do the cross build with the OS/ARCH extrcted from the target name, i.e.
485
+# pass a path like "podman.cross.linux.amd64". This target is used by
486
+# local-cross to build all CROSS_BUILD_TARGETS.
487
bin/podman.cross.%:
488
TARGET="$*"; \
489
GOOS="$${TARGET%%.*}"; \
0 commit comments