Skip to content

Commit

Permalink
Add docker build for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Jul 21, 2020
1 parent dc71850 commit 4c54286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ docker-login:
#################################################

DOCKER_IMAGE_NAME = smallstep/step-cli
PLATFORMS = --platform amd64 --platform 386 --platform arm
PLATFORMS = --platform amd64 --platform 386 --platform arm --platform arm64

define DOCKER_BUILDX
# $(1) -- Image Tag
Expand Down

0 comments on commit 4c54286

Please sign in to comment.