Skip to content

Commit

Permalink
Merge pull request #1262 from rodriguezny/add-linux-arm-v7-and-v8
Browse files Browse the repository at this point in the history
Add linux/arm/v7 and linux/arm/v6 building
  • Loading branch information
rodriguezny authored Oct 1, 2024
2 parents d3a1a15 + 4ff00cd commit c528ea2
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 @@ -11,7 +11,7 @@ docker-push: ## build, tag, and push image to dockerhub. presumes you are logge
@[ "$(tag)" = "" ] && (echo "Tag required. Example tag=1.2.3" ; exit 1)
@image=$(DOCKERHUB_REPO):$(tag)
@echo "Building image $${image}"
@docker buildx build . --platform linux/386,linux/amd64,linux/arm64 \
@docker buildx build . --platform linux/386,linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \
-t $${image} -f docker/Dockerfile --push

.PHONY: dockerhub-push-readme
Expand Down

0 comments on commit c528ea2

Please sign in to comment.