Skip to content

Commit

Permalink
fix make command
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Oct 8, 2023
1 parent c77d03f commit fca5208
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 @@ -41,8 +41,8 @@ buildx-5.6:
--tag $(DOCKER_USER)/$(IMAGE_NAME):5.6 \
.

arm64:
arm64-all:
@scripts/build_and_push_arm64_image.sh -f $(DOCKER_USER) $(IMAGE_NAME)

arm64-v:
arm64:
@scripts/build_and_push_arm64_image.sh -s $(shell cat .github/matrix.json | jq -r '.swift_version[]' | peco) -f $(DOCKER_USER) $(IMAGE_NAME)

0 comments on commit fca5208

Please sign in to comment.