Skip to content

Commit

Permalink
Merge pull request #2305 from kubernetes-sigs/fix-a1compat
Browse files Browse the repository at this point in the history
Fix typo in Makefile a1compat target
  • Loading branch information
k8s-ci-robot authored Jan 23, 2025
2 parents 4623c7c + 9ec9ce8 commit 3a4ade0
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 @@ -197,7 +197,7 @@ sub-push-fips:
$(MAKE) FIPS=true TAG=$(TAG)-fips sub-push

.PHONY: sub-push-a1compat
sub-push-a1-compat: sub-image-linux-arm64-al2
sub-push-a1compat: sub-image-linux-arm64-al2

.PHONY: all-push
all-push: sub-push sub-push-fips sub-push-a1compat
Expand Down

0 comments on commit 3a4ade0

Please sign in to comment.