Skip to content

Commit

Permalink
Merge pull request #2270 from ConnorJC3/fips-e2d
Browse files Browse the repository at this point in the history
Fixup FIPS Makefile/E2E
  • Loading branch information
k8s-ci-robot authored Dec 19, 2024
2 parents 8a177ba + f67241a commit d99da6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ sub-push: all-image-registry push-manifest

.PHONY: sub-push-fips
sub-push-fips:
$(MAKE) FIPS=true sub-push
$(MAKE) FIPS=true TAG=$(TAG)-fips sub-push

.PHONY: sub-push-a1compat
sub-push-a1-compat: sub-image-linux-arm64-al2
Expand Down
2 changes: 1 addition & 1 deletion hack/e2e/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function build_and_push() {
export ALL_OS="linux"
export ALL_ARCH_linux="${IMAGE_ARCH}"
fi
make -j $(nproc) all-push
make -j $(nproc) sub-push

loudecho "Image pushed to ${IMAGE_NAME}:${IMAGE_TAG}"
}
Expand Down

0 comments on commit d99da6d

Please sign in to comment.