Skip to content

Commit

Permalink
fix image repo
Browse files Browse the repository at this point in the history
Signed-off-by: Nianyu Shen <[email protected]>
  • Loading branch information
nianyush committed Sep 4, 2024
1 parent e214ccf commit cde2af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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
REPOSITORY = gcr.io/spectro-dev-public/release-fips
PLATFORM = "linux/amd64"
endif

Expand Down Expand Up @@ -78,7 +78,7 @@ docker-all:
@echo "Building non-fips image"
@${MAKE} FIPS_ENABLE='' docker
@echo "Building fips image"
@${MAKE} FIPS_ENABLE='yes' docker
@${MAKE} FIPS_ENABLE=yes docker

docker:
@-rm ./kube-vip
Expand Down

0 comments on commit cde2af0

Please sign in to comment.