Skip to content

Commit

Permalink
fix no rule
Browse files Browse the repository at this point in the history
  • Loading branch information
amittiwari28 committed Jan 27, 2025
1 parent f8126ec commit 9c033b3
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 @@ -319,7 +319,7 @@ docker-buildx-builder:
reports-server-fips: fmt vet
GOOS=linux GOARCH=amd64 CGO_ENABLED=$(CGO_ENABLED) go build ./ -o $(PWD)/$(REPO_REPORTS_SERVER_FIPS) -tags "$(BUILD_TAGS)" -ldflags="$(LD_FLAGS)" $(PWD)/

docker-publish-reports-server-fips-amd: docker-buildx-builder docker-build-and-push-reports-server-fips
docker-publish-reports-server-fips: docker-buildx-builder docker-build-and-push-reports-server-fips

docker-build-and-push-reports-server-fips-amd64: docker-buildx-builder
@docker buildx build --file $(PWD)/Dockerfile.fips \
Expand Down

0 comments on commit 9c033b3

Please sign in to comment.