mirror of https://github.com/containers/podman.git
Merge pull request #26325 from ninja-quokka/makefile
Allow generate-bindings on darwin
This commit is contained in:
commit
dbebcbe619
2
Makefile
2
Makefile
|
@ -478,9 +478,7 @@ podman-testing: bin/podman-testing
|
||||||
|
|
||||||
.PHONY: generate-bindings
|
.PHONY: generate-bindings
|
||||||
generate-bindings: .install.golangci-lint
|
generate-bindings: .install.golangci-lint
|
||||||
ifneq ($(GOOS),darwin)
|
|
||||||
$(GOCMD) generate ./pkg/bindings/... ;
|
$(GOCMD) generate ./pkg/bindings/... ;
|
||||||
endif
|
|
||||||
|
|
||||||
.PHONY: local-cross
|
.PHONY: local-cross
|
||||||
local-cross: $(CROSS_BUILD_TARGETS) ## Cross compile podman binary for multiple architectures
|
local-cross: $(CROSS_BUILD_TARGETS) ## Cross compile podman binary for multiple architectures
|
||||||
|
|
Loading…
Reference in New Issue