Skip to content

Commit

Permalink
fix fips image build
Browse files Browse the repository at this point in the history
Signed-off-by: Nianyu Shen <xiaoyu9964@gmail.com>
  • Loading branch information
nianyush committed Jan 28, 2025
1 parent d35de69 commit 77a6081
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ GOLANG_VERSION=1.23
FIPS_ENABLE ?= ""
BUILD_ARGS = --build-arg CRYPTO_LIB=${FIPS_ENABLE} --build-arg GOLANG_VERSION=${GOLANG_VERSION}
PLATFORM ?= "linux/amd64,linux/arm64"
ifeq ($(FIPS_ENABLE),yes)
REPOSITORY = gcr.io/spectro-dev-public/release-fips
endif


.PHONY: all build clean install uninstall fmt simplify check run e2e-tests

Expand Down

0 comments on commit 77a6081

Please sign in to comment.