Skip to content

Commit

Permalink
Enable additional BUILD_FLAGS for fips
Browse files Browse the repository at this point in the history
Adding an env variable so we can use to pass extra build arg to enable features like FIPS
  • Loading branch information
Vincent056 committed Oct 27, 2023
1 parent edb34ac commit b34274c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ OPERATOR_SDK_VERSION ?= v1.25.0
ZEITGEIST_VERSION = v0.4.1
CI_IMAGE ?= golang:1.21

CONTROLLER_GEN_CMD := CGO_LDFLAGS= $(GO) run -tags generate sigs.k8s.io/controller-tools/cmd/controller-gen
CONTROLLER_GEN_CMD := CGO_LDFLAGS= $(GO) run $(BUILD_FLAGS) -tags generate sigs.k8s.io/controller-tools/cmd/controller-gen

PROJECT := security-profiles-operator
CLI_BINARY := spoc
Expand Down

0 comments on commit b34274c

Please sign in to comment.