Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarocabanas committed Jan 2, 2025
1 parent 0b3a6a1 commit fcd7d4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build/ci.mk
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ci/prerelease/linux-for-docker:
TARGET_OS=linux-for-docker $(MAKE) ci/prerelease

.PHONY : ci/prerelease/linux-for-docker-fips
ci/prerelease/linux-for-docker:
ci/prerelease/linux-for-docker-fips:
TARGET_OS=linux-for-docker-fips $(MAKE) ci/prerelease


Expand Down
1 change: 0 additions & 1 deletion build/container/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ base/get-integrations : ${NRI_PKG_DIR}
base/get-integrations : NRI_DOCKER_ARCH=$(DOCKER_ARCH)
base/get-integrations : NRI_PROMETHEUS_ARCH=$(DOCKER_ARCH)
base/get-integrations : NRI_FLEX_ARCH=$(DOCKER_ARCH)
base/get-integrations : FIPS=$(FIPS)
base/get-integrations : get-integrations
base/get-integrations : embed-integrations

Expand Down

0 comments on commit fcd7d4d

Please sign in to comment.