Skip to content

Commit

Permalink
arm latest
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimti committed Jun 1, 2018
1 parent 1f52e69 commit 097d818
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ build-amd64:

build-armhf:
docker build -t $(IMAGE):armhf-$(VERSION) -f ./dockerfiles/arm/Dockerfile .
docker push $(IMAGE):armhf-$(VERSION)
docker tag $(IMAGE):armhf-$(VERSION) $(IMAGE):armhf-latest
docker push $(IMAGE):armhf-$(VERSION)
docker push $(IMAGE):armhf-latest

0 comments on commit 097d818

Please sign in to comment.