Skip to content

Commit

Permalink
Fix typo in Makefile a1compat target
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorJC3 authored Jan 22, 2025
1 parent 4623c7c commit 9ec9ce8
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 9ec9ce8

Please sign in to comment.