Merge pull request #26325 from ninja-quokka/makefile

Allow generate-bindings on darwin
This commit is contained in:
openshift-merge-bot[bot] 2025-06-10 13:36:40 +00:00 committed by GitHub
commit dbebcbe619
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -478,9 +478,7 @@ podman-testing: bin/podman-testing
.PHONY: generate-bindings
generate-bindings: .install.golangci-lint
ifneq ($(GOOS),darwin)
$(GOCMD) generate ./pkg/bindings/... ;
endif
.PHONY: local-cross
local-cross: $(CROSS_BUILD_TARGETS) ## Cross compile podman binary for multiple architectures